summaryrefslogtreecommitdiff
path: root/distrib/utils/x_ifconfig/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-12-19 20:55:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-12-19 20:55:56 +0000
commit0eeb2a2859f4c34206a9d5cf4288124acb9d4ac5 (patch)
tree89a561ed9ba82cdb7f3b3ef67a88e513c2957a33 /distrib/utils/x_ifconfig/Makefile
parenta61c8f0d8defae086de07dc44b0b3eff2b322f07 (diff)
bye bye
Diffstat (limited to 'distrib/utils/x_ifconfig/Makefile')
-rw-r--r--distrib/utils/x_ifconfig/Makefile15
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}