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