Home | History | Annotate | Line # | Download | only in tbrconfig
Makefile revision 1.4.98.1
      1 #	$NetBSD: Makefile,v 1.4.98.1 2020/04/13 08:05:51 martin Exp $
      2 
      3 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      4 
      5 PROG=	tbrconfig
      6 MAN=	tbrconfig.8
      7 
      8 BINDIR=	/sbin
      9 .if (${MKDYNAMICROOT} == "no")
     10 LDSTATIC?=-static
     11 .endif
     12 
     13 CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq
     14 
     15 COPTS.tbrconfig.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     16 
     17 .include <bsd.prog.mk>
     18