Deleted Added
full compact
Makefile (205417) Makefile (240494)
1#
1#
2# $FreeBSD: head/sys/netinet/ipfw/test/Makefile 205417 2010-03-21 16:30:32Z luigi $
2# $FreeBSD: head/sys/netpfil/ipfw/test/Makefile 205417 2010-03-21 16:30:32Z luigi $
3#
4# Makefile for building userland tests
5# this is written in a form compatible with gmake
6
7SCHED_SRCS = test_dn_sched.c
8SCHED_SRCS += dn_sched_fifo.c
9SCHED_SRCS += dn_sched_prio.c
10SCHED_SRCS += dn_sched_qfq.c

--- 41 unchanged lines hidden ---
3#
4# Makefile for building userland tests
5# this is written in a form compatible with gmake
6
7SCHED_SRCS = test_dn_sched.c
8SCHED_SRCS += dn_sched_fifo.c
9SCHED_SRCS += dn_sched_prio.c
10SCHED_SRCS += dn_sched_qfq.c

--- 41 unchanged lines hidden ---