summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-09-07 00:33:24 +0000
committerderaadt <deraadt@openbsd.org>2012-09-07 00:33:24 +0000
commitb1f39ba07ec1aefcbe95e4d2551aa71c494ef636 (patch)
treeab49445324c5d6fad8cd84e11a2d8fad70cc24f7
parentPrint '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ (diff)
downloadwireguard-openbsd-b1f39ba07ec1aefcbe95e4d2551aa71c494ef636.tar.xz
wireguard-openbsd-b1f39ba07ec1aefcbe95e4d2551aa71c494ef636.zip
no need for the ../bioctl
-rw-r--r--sbin/ifconfig/Makefile4
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>