NetBSD/usr.sbin/altq/tbrconfig/Makefile
thorpej aac786d5d0 Put tbrconfig(8) into /sbin so it's usable during early
setup, and can be executed from ifconfig.xxx.
2001-04-05 21:48:05 +00:00

11 lines
175 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/04/05 21:48:05 thorpej Exp $
BINDIR=/sbin
PROG= tbrconfig
MAN= tbrconfig.8
CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq
.include <bsd.prog.mk>