11.13Sriastrad# $NetBSD: Makefile,v 1.13 2022/08/12 10:49:17 riastradh Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.include <bsd.own.mk> 51.1Spooka 61.1SpookaTESTSDIR= ${TESTSBASE}/dev/cgd 71.2SpookaFILES= paramsfile 81.2SpookaFILESDIR= ${TESTSDIR} 91.1Spooka 101.12SriastradTESTS_SH+= t_cgd 111.12SriastradTESTS_SH+= t_cgdconfig 121.4Salnsn 131.13SriastradSCRIPTSDIR= ${TESTSDIR} 141.13SriastradSCRIPTS+= h_countkey.sh 151.13Sriastrad 161.8Sriastrad.if ${MKRUMP} != "no" 171.11SriastradTESTS_C+= t_cgd_3des 181.11SriastradTESTS_C+= t_cgd_adiantum 191.11SriastradTESTS_C+= t_cgd_aes 201.11SriastradTESTS_C+= t_cgd_blowfish 211.3Salnsn 221.4SalnsnWARNS= 4 231.3SalnsnCPPFLAGS+= -D_KERNTYPES 241.10SchristosLDADD+= -lrumpdev -lrumpdev_disk -lrumpdev_cgd -lrumpkern_crypto ${LIBRUMPBASE} 251.10SchristosLDADD+= -lutil 261.4Salnsn.endif 271.1Spooka 281.1Spooka.include <bsd.test.mk> 29