1 # $NetBSD: Makefile,v 1.5 2019/10/13 07:28:17 mrg 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