diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-07 00:33:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-07 00:33:25 +0000 |
commit | 2830cdf82419f31118c1d4e4f3c4d4b5cc8a8e4c (patch) | |
tree | 63de689a96e57e787631beaaec0211885d8bee1b /sbin | |
parent | 3b4f333056c85c187f289cc2be3f696949df4c4a (diff) |
no need for the ../bioctl
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 92e9464836d..d41c936f3ce 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2012/09/06 19:41:59 tedu Exp $ +# $OpenBSD: Makefile,v 1.13 2012/09/07 00:33:24 deraadt Exp $ PROG= ifconfig SRCS= ifconfig.c brconfig.c @@ -7,6 +7,6 @@ MAN= ifconfig.8 LDADD= -lutil DPADD= ${LIBUTIL} -CPPFLAGS+=-DINET6 -I${.CURDIR}/../bioctl +CPPFLAGS+=-DINET6 .include <bsd.prog.mk> |