diff options
author | thompsa <thompsa@FreeBSD.org> | 2007-04-10 00:35:31 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2007-04-10 00:35:31 +0000 |
commit | 994b9b86e7887426d4757742a9c6c5f0459d7cb6 (patch) | |
tree | a4479a42542a37189c2a5e340d6ca8248878f346 /sbin/ifconfig/Makefile | |
parent | 31737a26bdcf828bee38bbc94acd9a62925b551c (diff) | |
download | FreeBSD-src-994b9b86e7887426d4757742a9c6c5f0459d7cb6.zip FreeBSD-src-994b9b86e7887426d4757742a9c6c5f0459d7cb6.tar.gz |
Hook trunk(4) up to the build.
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 672d888..5520cf7 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -30,6 +30,7 @@ SRCS+= ifgroup.c # ... SRCS+= ifpfsync.c # pfsync(4) support SRCS+= ifbridge.c # bridge support +SRCS+= iftrunk.c # trunk support .if ${MK_IPX_SUPPORT} != "no" && !defined(RELEASE_CRUNCH) SRCS+= af_ipx.c # IPX support |