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