We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f174d1d commit 309e48aCopy full SHA for 309e48a
1 file changed
sys/rump/net/lib/libaltq/Makefile
@@ -9,7 +9,9 @@ COMMENT=ALTQ support
9
10
SRCS+= altq_subr.c altq_conf.c
11
SRCS+= altq_cbq.c altq_rmclass.c
12
-SRCS+= altq_component.c altq_subr.c
+SRCS+= altq_component.c
13
+
14
+CFLAGS = -DNNPF
15
16
.include <bsd.init.mk>
17
0 commit comments