diff options
Diffstat (limited to 'distrib/special/ifconfig/Makefile')
-rw-r--r-- | distrib/special/ifconfig/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/distrib/special/ifconfig/Makefile b/distrib/special/ifconfig/Makefile new file mode 100644 index 00000000000..58235de0832 --- /dev/null +++ b/distrib/special/ifconfig/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 2004/12/25 11:22:08 deraadt Exp $ + +PROG= ifconfig +MAN= +COPTS+=-Os -DSMALL +.PATH: ${.CURDIR}/../../../sbin/ifconfig + +CPPFLAGS+=-DINET6 + +# kame scopeid hack +CPPFLAGS+=-DKAME_SCOPEID + +.include <bsd.prog.mk> |