Home | History | Annotate | Line # | Download | only in ypserv
      1 #	$NetBSD: Makefile.inc,v 1.8 2007/05/28 12:06:43 tls Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 USE_FORT?= yes	# network client/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