1 1.4.98.1 martin # $NetBSD: Makefile,v 1.4.98.1 2020/04/13 08:05:51 martin 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.4.98.1 martin COPTS.tbrconfig.c+= ${GCC_NO_STRINGOP_TRUNCATION} 16 1.4.98.1 martin 17 1.1 thorpej .include <bsd.prog.mk> 18