1a3822fca0
latter depends on the existence of the result of the former. Fixes parallel build problem.
13 lines
247 B
Makefile
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>
|