diff options
author | 2012-09-07 00:20:21 +0000 | |
---|---|---|
committer | 2012-09-07 00:20:21 +0000 | |
commit | 2e7de4a462d55cc107efa4f09cc0a18b6fd51121 (patch) | |
tree | 109328a773287721c3ef0c2de8fc14fbe5992f6e | |
parent | Add a (currently failing) regress test for GNU C++'s init_priority (diff) | |
download | wireguard-openbsd-2e7de4a462d55cc107efa4f09cc0a18b6fd51121.tar.xz wireguard-openbsd-2e7de4a462d55cc107efa4f09cc0a18b6fd51121.zip |
handle pkcs5_pbkdf2() fallout
-rw-r--r-- | distrib/special/ifconfig/Makefile | 12 |
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 |