Home | History | Annotate | Line # | Download | only in tbrconfig
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2000/12/16 18:57:35 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej PROG=	tbrconfig
      4  1.1  thorpej MAN=	tbrconfig.8
      5  1.1  thorpej 
      6  1.1  thorpej CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq
      7  1.1  thorpej 
      8  1.1  thorpej .include <bsd.prog.mk>
      9