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