summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/Makefile
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-08-03 03:36:12 +0000
committerthompsa <thompsa@FreeBSD.org>2008-08-03 03:36:12 +0000
commitdd68eea321c5f282e0c1121626f2981565a72c4d (patch)
tree7f957558f2e5c9c3c109183f2e89c865364ed8b6 /sbin/ifconfig/Makefile
parent9468ed046dd7dfc62d5fe28db1b7770e2415faed (diff)
downloadFreeBSD-src-dd68eea321c5f282e0c1121626f2981565a72c4d.zip
FreeBSD-src-dd68eea321c5f282e0c1121626f2981565a72c4d.tar.gz
Move the grekey to its own file, ifconfig.c does not have interface specific
code. Submitted by: sam
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r--sbin/ifconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 1f5cfed..087b3a0 100644
--- a/sbin/ifconfig/Makefile
+++ b/sbin/ifconfig/Makefile
@@ -23,6 +23,7 @@ SRCS+= ifclone.c # clone device support
SRCS+= ifmac.c # MAC support
SRCS+= ifmedia.c # SIOC[GS]IFMEDIA support
SRCS+= ifvlan.c # SIOC[GS]ETVLAN support
+SRCS+= ifgre.c # GRE keys etc
SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
DPADD+= ${LIBBSDXML} ${LIBSBUF}
OpenPOWER on IntegriCloud