Skip to content

Commit 309e48a

Browse files
committed
rump_compile
1 parent f174d1d commit 309e48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sys/rump/net/lib/libaltq/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ COMMENT=ALTQ support
99

1010
SRCS+= altq_subr.c altq_conf.c
1111
SRCS+= altq_cbq.c altq_rmclass.c
12-
SRCS+= altq_component.c altq_subr.c
12+
SRCS+= altq_component.c
13+
14+
CFLAGS = -DNNPF
1315

1416
.include <bsd.init.mk>
1517

0 commit comments

Comments
 (0)