diff options
Diffstat (limited to 'distrib/utils/x_ifconfig/Makefile')
-rw-r--r-- | distrib/utils/x_ifconfig/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/distrib/utils/x_ifconfig/Makefile b/distrib/utils/x_ifconfig/Makefile new file mode 100644 index 00000000000..1a778e00fe1 --- /dev/null +++ b/distrib/utils/x_ifconfig/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $ +# Build a smaller ifconfig (i.e. for boot media) + +PROG= ifconfig +NOMAN= + +SRCDIR= ${BSDSRCDIR}/sbin/ifconfig +CFLAGS+= -DINET_ONLY -I${SRCDIR} + +all: ${PROG} + +.include <bsd.prog.mk> + +.PATH: ${SRCDIR} |