Home | History | Annotate | Line # | Download | only in mopd
Makefile.inc revision 1.7
      1 #	$NetBSD: Makefile.inc,v 1.7 1997/10/18 06:42:52 lukem Exp $
      2 
      3 LIBCOMMON != cd ${.CURDIR}/../common;\
      4     printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
      5 CFLAGS+=-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