Home | History | Annotate | Line # | Download | only in ypserv
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 1997/10/02 14:16:14 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+=	${LIBCOMMON}/libcommon.a
      7 LDADD+=	-L${LIBCOMMON} -lcommon
      8 
      9 BINDIR?=/usr/sbin
     10 WARNS?=	1
     11