Home
last modified time | relevance | path

Searched refs:SCHED_SRCS (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfw/test/
H A DMakefile6 SCHED_SRCS = test_dn_sched.c macro
7 SCHED_SRCS += dn_sched_fifo.c
8 SCHED_SRCS += dn_sched_prio.c
9 SCHED_SRCS += dn_sched_qfq.c
10 SCHED_SRCS += dn_sched_rr.c
11 SCHED_SRCS += dn_sched_wf2q.c
12 SCHED_SRCS += dn_heap.c
13 SCHED_SRCS += main.c
15 SCHED_OBJS=$(SCHED_SRCS:.c=.o)
39 ALLSRCS = $(SCHED_SRCS) dn_test.h mylist.h \