Home | History | Annotate | Line # | Download | only in tbrconfig
      1  1.6    lukem #	$NetBSD: Makefile,v 1.6 2023/06/03 09:09:20 lukem Exp $
      2  1.2  thorpej 
      3  1.4    lukem .include <bsd.own.mk>		# for MKDYNAMICROOT definition
      4  1.1  thorpej 
      5  1.1  thorpej PROG=	tbrconfig
      6  1.1  thorpej MAN=	tbrconfig.8
      7  1.4    lukem 
      8  1.4    lukem BINDIR=	/sbin
      9  1.4    lukem .if (${MKDYNAMICROOT} == "no")
     10  1.4    lukem LDSTATIC?=-static
     11  1.4    lukem .endif
     12  1.1  thorpej 
     13  1.1  thorpej CPPFLAGS+= -DALTQ -I${.CURDIR}/../libaltq
     14  1.1  thorpej 
     15  1.6    lukem COPTS.tbrconfig.c+=	${CC_WNO_STRINGOP_TRUNCATION}
     16  1.5      mrg 
     17  1.1  thorpej .include <bsd.prog.mk>
     18