Home | History | Annotate | Line # | Download | only in mopd
Makefile.inc revision 1.12
      1 #	$NetBSD: Makefile.inc,v 1.12 2021/10/31 18:06:42 christos Exp $
      2 
      3 USE_FORT?=yes	# network server
      4 .include <bsd.own.mk>
      5 
      6 .if ${MACHINE_CPU} == "mips"
      7 CPPFLAGS+= -DNOAOUT
      8 .endif
      9 
     10 LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
     11 CPPFLAGS+=-I${.CURDIR}/../common
     12 DPADD+=	${LIBCOMMON}/libcommon.a
     13 LDADD+=	-L${LIBCOMMON} -lcommon
     14 
     15 .if exists(${.CURDIR}/../../Makefile.inc)
     16 .include "${.CURDIR}/../../Makefile.inc"
     17 .endif
     18