diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-08-03 03:36:12 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-08-03 03:36:12 +0000 |
commit | dd68eea321c5f282e0c1121626f2981565a72c4d (patch) | |
tree | 7f957558f2e5c9c3c109183f2e89c865364ed8b6 /sbin/ifconfig/Makefile | |
parent | 9468ed046dd7dfc62d5fe28db1b7770e2415faed (diff) | |
download | FreeBSD-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/Makefile | 1 |
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} |