11.8Sriastrad# $NetBSD: Makefile,v 1.8 2025/10/19 01:00:00 riastradh Exp $ 21.1Schristos 31.6SchristosWARNS?= 3 # XXX third-party program, many issues 41.1Schristos 51.1Schristos.include <bsd.own.mk> 61.1Schristos 71.1SchristosPROG= plainrsa-gen 81.6SchristosSRCS+= plainrsa-gen.c 91.1SchristosMAN= plainrsa-gen.8 101.1Schristos 111.6SchristosCPPFLAGS+=-DNOUSE_PRIVSEP 121.8SriastradLDADD+= -lcrypto -lipsec 131.8SriastradDPADD+= ${LIBCRYPTO} ${LIBIPSEC} 141.1Schristos 151.4Schristos.include "${.CURDIR}/../racoon/Makefile.racoon" 161.1Schristos 171.1Schristos.include <bsd.prog.mk> 18