summaryrefslogtreecommitdiff
path: root/sys/altq/Makefile
blob: e5fd5efd645a934de664755c06ed515aaf90273c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 2000/12/15 01:20:32 thorpej Exp $

KDIR=	/sys/altq
INCSDIR= /usr/include/altq

INCS=	altq.h altq_afmap.h altq_blue.h altq_cbq.h altq_cdnr.h \
	altq_classq.h altq_conf.h altq_fifoq.h altq_flowvalve.h \
	altq_hfsc.h altq_priq.h altq_red.h altq_rio.h altq_rmclass.h \
	altq_rmclass_debug.h altq_var.h altq_wfq.h altqconf.h \
	if_altq.h

.include <bsd.kinc.mk>