1 1.12 christos # $NetBSD: Makefile.inc,v 1.12 2021/10/31 18:06:42 christos Exp $ 2 1.4 lukem 3 1.12 christos USE_FORT?=yes # network server 4 1.9 enami .include <bsd.own.mk> 5 1.9 enami 6 1.12 christos .if ${MACHINE_CPU} == "mips" 7 1.12 christos CPPFLAGS+= -DNOAOUT 8 1.12 christos .endif 9 1.10 tls 10 1.9 enami LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR} 11 1.8 lukem CPPFLAGS+=-I${.CURDIR}/../common 12 1.11 joerg DPADD+= ${LIBCOMMON}/libcommon.a 13 1.11 joerg LDADD+= -L${LIBCOMMON} -lcommon 14 1.1 cjs 15 1.7 lukem .if exists(${.CURDIR}/../../Makefile.inc) 16 1.7 lukem .include "${.CURDIR}/../../Makefile.inc" 17 1.7 lukem .endif 18