Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 2000/12/15 01:20:32 thorpej Exp $ 21.1Sthorpej 31.1SthorpejKDIR= /sys/altq 41.1SthorpejINCSDIR= /usr/include/altq 51.1Sthorpej 61.1SthorpejINCS= altq.h altq_afmap.h altq_blue.h altq_cbq.h altq_cdnr.h \ 71.1Sthorpej altq_classq.h altq_conf.h altq_fifoq.h altq_flowvalve.h \ 81.1Sthorpej altq_hfsc.h altq_priq.h altq_red.h altq_rio.h altq_rmclass.h \ 91.1Sthorpej altq_rmclass_debug.h altq_var.h altq_wfq.h altqconf.h \ 101.1Sthorpej if_altq.h 111.1Sthorpej 121.1Sthorpej.include <bsd.kinc.mk> 13