diff options
Diffstat (limited to 'distrib/utils/x_ifconfig/Makefile')
-rw-r--r-- | distrib/utils/x_ifconfig/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/distrib/utils/x_ifconfig/Makefile b/distrib/utils/x_ifconfig/Makefile deleted file mode 100644 index 3dadc5af038..00000000000 --- a/distrib/utils/x_ifconfig/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $ -# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:46 scottr Exp $ -# Build a smaller ifconfig (i.e. for boot media) - -PROG= ifconfig -NOMAN= - -SRCDIR= ${.CURDIR}/../../../sbin/ifconfig -CFLAGS+= -DINET_ONLY -I${SRCDIR} - -all: ${PROG} - -.include <bsd.prog.mk> - -.PATH: ${SRCDIR} |