summaryrefslogtreecommitdiff
path: root/distrib/utils/x_ifconfig/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /distrib/utils/x_ifconfig/Makefile
initial import of NetBSD tree
Diffstat (limited to 'distrib/utils/x_ifconfig/Makefile')
-rw-r--r--distrib/utils/x_ifconfig/Makefile14
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}