Home | History | Annotate | Line # | Download | only in mopd
Makefile.inc revision 1.8
      1 #	$NetBSD: Makefile.inc,v 1.8 1997/10/25 06:58:22 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+=	${LIBKVM} ${LIBCOMMON}/libcommon.a
      7 LDADD+=	-lkvm -L${LIBCOMMON} -lcommon
      8 
      9 .if exists(${.CURDIR}/../../Makefile.inc)
     10 .include "${.CURDIR}/../../Makefile.inc"
     11 .endif
     12