Home | History | Annotate | Line # | Download | only in bootp
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 1998/03/15 01:13:25 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
      7 LDADD+=	-L${LIBCOMMON} -lcommon
      8 
      9 .if exists(${.CURDIR}/../../Makefile.inc)
     10 .include "${.CURDIR}/../../Makefile.inc"
     11 .endif
     12