artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8457ebc
)
Unhook tables.c from Makefile.
author
krw
<krw@openbsd.org>
Sat, 8 Jul 2017 20:40:42 +0000
(20:40 +0000)
committer
krw
<krw@openbsd.org>
Sat, 8 Jul 2017 20:40:42 +0000
(20:40 +0000)
distrib/special/dhclient/Makefile
patch
|
blob
|
history
diff --git
a/distrib/special/dhclient/Makefile
b/distrib/special/dhclient/Makefile
index
c015dab
..
27a488d
100644
(file)
--- a/
distrib/special/dhclient/Makefile
+++ b/
distrib/special/dhclient/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
5 2017/02/12 13:15:50
krw Exp $
+# $OpenBSD: Makefile,v 1.1
6 2017/07/08 20:40:42
krw Exp $
.include <bsd.own.mk>
@@
-8,7
+8,7
@@
CLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient
SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \
conflex.c log.c kroute.c packet.c \
-
tables.c
parse.c privsep.c
+ parse.c privsep.c
PROG= dhclient
LDADD+= -lutil
DPADD+= ${LIBUTIL}