NetBSD/usr.sbin/racoon/Makefile
itojun 3207cfe8dd install sample configuration files into /usr/share/examples/racoon.
make variable "SBIN_RACOON" will build static racoon binary, and installs
it into /sbin (nonstandard)
2000-12-29 03:16:39 +00:00

13 lines
245 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/12/29 03:16:40 itojun Exp $
.include <bsd.own.mk>
SUBDIR+=libpfkey racoon
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR+=conf
.endif
.include <bsd.subdir.mk>