aac786d5d0
setup, and can be executed from ifconfig.xxx.
11 lines
175 B
Makefile
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>
|