summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-07 00:20:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-07 00:20:22 +0000
commitd9cdc249c690beb4676aafd1dadc4e07db4bb751 (patch)
tree203e9a0e99c4bd363dc22bda5a31a3eef2fb8e30 /distrib
parent05d2b3d20075478232f38583282c1deafcef8819 (diff)
handle pkcs5_pbkdf2() fallout
Diffstat (limited to 'distrib')
-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