Home | History | Annotate | Line # | Download | only in server
      1  1.4  riastrad #	$NetBSD: Makefile,v 1.4 2017/05/21 15:28:42 riastradh 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.4  riastrad .if ${MKSHARE} != "no"
      8  1.2      manu FILES=	racoon.conf racoon.conf-radius
      9  1.1   thorpej FILESDIR=/usr/share/examples/racoon/roadwarrior/server
     10  1.1   thorpej .endif
     11  1.1   thorpej 
     12  1.1   thorpej DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
     13  1.1   thorpej .PATH:	${DIST}/src/racoon/samples/roadwarrior/server
     14  1.1   thorpej 
     15  1.1   thorpej .include <bsd.prog.mk>
     16