xref: /netbsd/usr.sbin/ypserv/Makefile.inc (revision c4a72b64)
1#	$NetBSD: Makefile.inc,v 1.7 2002/11/30 03:10:58 lukem Exp $
2
3.include <bsd.own.mk>
4
5LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
6CPPFLAGS+=-I${.CURDIR}/../common
7DPADD+=	${LIBCOMMON}/libcommon.a
8LDADD+=	-L${LIBCOMMON} -lcommon
9
10.if exists(${.CURDIR}/../../Makefile.inc)
11.include "${.CURDIR}/../../Makefile.inc"
12.endif
13