NetBSD/usr.sbin/racoon/Makefile
he 1a3822fca0 Wait for libpfkey to build before descending into racoon, as the
latter depends on the existence of the result of the former.
Fixes parallel build problem.
2004-04-09 22:23:14 +00:00

13 lines
247 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/04/09 22:23:14 he Exp $
.include <bsd.own.mk>
SUBDIR+=libpfkey .WAIT racoon
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR+=conf
.endif
.include <bsd.subdir.mk>