Home | History | Annotate | Line # | Download | only in racoon
      1 #	$NetBSD: Makefile,v 1.4 2017/05/21 15:28:41 riastradh Exp $
      2 
      3 NOOBJ=	# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 SUBDIR= roadwarrior
      8 
      9 .if ${MKSHARE} != "no"
     10 FILES=	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
     14 FILESDIR=/usr/share/examples/racoon
     15 .endif
     16 
     17 DIST= ${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