xref: /netbsd/usr.sbin/racoon/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.2 2000/12/29 03:16:40 itojun Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=libpfkey 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