Home | History | Annotate | Line # | Download | only in ypserv
Makefile.inc revision 1.4
      1  1.4    lukem #	$NetBSD: Makefile.inc,v 1.4 1997/10/25 06:58:57 lukem Exp $
      2  1.1  thorpej 
      3  1.2    lukem LIBCOMMON != cd ${.CURDIR}/../common;\
      4  1.2    lukem     printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
      5  1.4    lukem CPPFLAGS+=-I${.CURDIR}/../common
      6  1.2    lukem DPADD+=	${LIBCOMMON}/libcommon.a
      7  1.2    lukem LDADD+=	-L${LIBCOMMON} -lcommon
      8  1.2    lukem 
      9  1.3    lukem .if exists(${.CURDIR}/../../Makefile.inc)
     10  1.3    lukem .include "${.CURDIR}/../../Makefile.inc"
     11  1.3    lukem .endif
     12