summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-09-07 00:20:21 +0000
committerderaadt <deraadt@openbsd.org>2012-09-07 00:20:21 +0000
commit2e7de4a462d55cc107efa4f09cc0a18b6fd51121 (patch)
tree109328a773287721c3ef0c2de8fc14fbe5992f6e
parentAdd a (currently failing) regress test for GNU C++'s init_priority (diff)
downloadwireguard-openbsd-2e7de4a462d55cc107efa4f09cc0a18b6fd51121.tar.xz
wireguard-openbsd-2e7de4a462d55cc107efa4f09cc0a18b6fd51121.zip
handle pkcs5_pbkdf2() fallout
-rw-r--r--distrib/special/ifconfig/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/distrib/special/ifconfig/Makefile b/distrib/special/ifconfig/Makefile
index 207e2df58ae..c663809b851 100644
--- a/distrib/special/ifconfig/Makefile
+++ b/distrib/special/ifconfig/Makefile
@@ -1,11 +1,15 @@
-# $OpenBSD: Makefile,v 1.3 2010/10/18 04:10:58 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2012/09/07 00:20:21 deraadt Exp $
PROG= ifconfig
-SRCS= ifconfig.c pbkdf2.c
+SRCS= ifconfig.c
COPTS+= -DSMALL
-.PATH: ${.CURDIR}/../../../sbin/ifconfig ${.CURDIR}/../../../sbin/bioctl
-CPPFLAGS+=-DINET6 -I${.CURDIR}/../../../sbin/bioctl
+LDADD= -lutil
+DPADD= ${LIBUTIL}
+
+.PATH: ${.CURDIR}/../../../sbin/ifconfig
+
+CPPFLAGS+=-DINET6
# kame scopeid hack
CPPFLAGS+=-DKAME_SCOPEID