Cross Reference: Makefile
xref: /src/share/examples/racoon/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/examples/racoon/
Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2006/12/10 05:52:10 manu Exp $
2
3NOOBJ=	# defined
4
5.include <bsd.own.mk>
6
7SUBDIR= roadwarrior
8
9.if ${MKSHARE} != "no" && ${MKCRYPTO} != "no"
10FILES=	psk.txt.sample racoon.conf.sample 			\
11	racoon.conf.sample-gssapi racoon.conf.sample-inherit	\
12	racoon.conf.sample-natt	racoon.conf.sample-plainrsa	\
13	FAQ README.certificate README.gssapi README.plainrsa
14FILESDIR=/usr/share/examples/racoon
15.endif
16
17DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
18.PATH:	${DIST}/src/racoon/samples ${DIST}/src/racoon/doc
19
20.include <bsd.prog.mk>
21.include <bsd.subdir.mk>
22

Indexes created Wed Dec 31 11:09:30 GMT 2025