Home | History | Annotate | Line # | Download | only in ypserv
Makefile.inc revision 1.7
      1 #	$NetBSD: Makefile.inc,v 1.7 2002/11/30 03:10:58 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
      6 CPPFLAGS+=-I${.CURDIR}/../common
      7 DPADD+=	${LIBCOMMON}/libcommon.a
      8 LDADD+=	-L${LIBCOMMON} -lcommon
      9 
     10 .if exists(${.CURDIR}/../../Makefile.inc)
     11 .include "${.CURDIR}/../../Makefile.inc"
     12 .endif
     13