summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-02-01 16:00:49 +0000
committerluigi <luigi@FreeBSD.org>2009-02-01 16:00:49 +0000
commit23001c70f6bbdc9d9fdf1e5004247a1ca399bca0 (patch)
treeff222360e436e2ff629391fb6a2a60454cf9b2ff /sbin/ipfw/Makefile
parentbe5fcb8006b960467df137c76fef0baf9133ff30 (diff)
downloadFreeBSD-src-23001c70f6bbdc9d9fdf1e5004247a1ca399bca0.zip
FreeBSD-src-23001c70f6bbdc9d9fdf1e5004247a1ca399bca0.tar.gz
put the altq-related functions into a separate file.
Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index fdf3b80..3205c66 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ipfw
-SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c
+SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c
WARNS?= 2
MAN= ipfw.8
OpenPOWER on IntegriCloud