summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-03-15 01:22:01 +0000
committerwpaul <wpaul@FreeBSD.org>1999-03-15 01:22:01 +0000
commita1b49dc15234a4ca3eddd3dbaac7e6d80043d7a2 (patch)
treede4c7718db9bff5c4c1c6635b83317b350228286 /sbin/ifconfig/Makefile
parent4d1fbb5a8a943b33b0b23a9117eaf12e5fa71f90 (diff)
downloadFreeBSD-src-a1b49dc15234a4ca3eddd3dbaac7e6d80043d7a2.zip
FreeBSD-src-a1b49dc15234a4ca3eddd3dbaac7e6d80043d7a2.tar.gz
Grrr... botched remote commit. Let's try this again: vlan updates,
take two.
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 0ff6ea0..ae1760f 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.9 1997/02/22 14:32:32 peter Exp $
+# $Id: Makefile,v 1.10 1997/05/04 06:27:45 peter Exp $
PROG= ifconfig
SRCS= ifconfig.c
@@ -8,10 +8,14 @@ SRCS= ifconfig.c
SRCS+= ifmedia.c
CFLAGS+=-DUSE_IF_MEDIA
+#comment out to exclude SIOC[GS]ETVLAN support
+SRCS+= ifvlan.c
+CFLAGS+=-DUSE_VLANS
+
MAN8= ifconfig.8
DPADD= ${LIBIPX}
LDADD= -lipx
COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
- -Wnested-externs
+ -Wnested-externs -I..
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud