1# $NetBSD: Makefile,v 1.3 2004/04/09 22:23:14 he Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR+=libpfkey .WAIT racoon 6 7.if ${MKSHARE} != "no" || \ 8 make(clean) || make(cleandir) || make(distclean) || make(obj) 9SUBDIR+=conf 10.endif 11 12.include <bsd.subdir.mk> 13