diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-25 11:22:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-25 11:22:09 +0000 |
commit | aedff38d14d29403fc0c028a6c4a2b0631fddea8 (patch) | |
tree | eb3562395e07e0d56efe512be0126f4b91cf29ee /distrib/special/ifconfig/Makefile | |
parent | 36539f666d235a275e6f1f5aafd8ba883b1262d0 (diff) |
a -DSMALL varient of ifconfig for media
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> |