diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-18 04:10:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-18 04:10:59 +0000 |
commit | 71d52980e1bad002fad823b45b6b8de23ad378d4 (patch) | |
tree | f644718063a1a9f7a59b3cac9353c063cc2eafc5 /distrib/special | |
parent | bf1773d7c45d72bafb95b717fd0d1f06908710c2 (diff) |
Add wpakey/-wpakey options. This was originally written by halex and
has gone many times around now (it is smaller now). man page diff
coming soon. Fits onto the media that need it.
ok halex
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/ifconfig/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/special/ifconfig/Makefile b/distrib/special/ifconfig/Makefile index d883a8a1a70..207e2df58ae 100644 --- a/distrib/special/ifconfig/Makefile +++ b/distrib/special/ifconfig/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/18 04:10:58 deraadt Exp $ PROG= ifconfig +SRCS= ifconfig.c pbkdf2.c COPTS+= -DSMALL -.PATH: ${.CURDIR}/../../../sbin/ifconfig +.PATH: ${.CURDIR}/../../../sbin/ifconfig ${.CURDIR}/../../../sbin/bioctl -CPPFLAGS+=-DINET6 +CPPFLAGS+=-DINET6 -I${.CURDIR}/../../../sbin/bioctl # kame scopeid hack CPPFLAGS+=-DKAME_SCOPEID |