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