1 # $NetBSD: Makefile,v 1.2 2011/04/15 20:56:51 elric Exp $ 2 3 NOLINT= # defined 4 5 .include <bsd.own.mk> 6 .include <${.CURDIR}/../../Makefile.inc> 7 8 .PATH: ${HEIMDIST}/lib/ipc 9 10 LIB= ipc 11 12 LIBDPLIBS+= util ${NETBSDSRCDIR}/lib/libutil \ 13 crypt ${NETBSDSRCDIR}/lib/libcrypt 14 15 SRCS= common.c client.c server.c 16 17 HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_H 18 19 libinstall:: 20 21 .include <${HEIMBASE}/Makefile.rules.inc> 22 .include <bsd.lib.mk> 23