Makefile revision 1.8
11.8Sriastrad# $NetBSD: Makefile,v 1.8 2020/06/29 23:44:01 riastradh Exp $ 21.1Spooka# 31.1Spooka 41.8Sriastrad.PATH: ${.CURDIR}/../../../../crypto/adiantum \ 51.8Sriastrad ${.CURDIR}/../../../../crypto/aes \ 61.7Sriastrad ${.CURDIR}/../../../../crypto/blowfish \ 71.2Spgoyette ${.CURDIR}/../../../../crypto/camellia \ 81.1Spooka ${.CURDIR}/../../../../crypto/cast128 \ 91.1Spooka ${.CURDIR}/../../../../crypto/des \ 101.1Spooka ${.CURDIR}/../../../../crypto/skipjack 111.1Spooka 121.1SpookaLIB= rumpkern_crypto 131.4SpookaCOMMENT=Cryptographic routines 141.1Spooka 151.8Sriastrad# Adiantum 161.8SriastradSRCS+= adiantum.c 171.8SriastradSRCS+= adiantum_selftest.c 181.8Sriastrad 191.1Spooka# blowfish 201.2SpgoyetteSRCS+= bf_ecb.c bf_enc.c bf_cbc.c bf_skey.c bf_module.c 211.2Spgoyette 221.2Spgoyette# camellia 231.2SpgoyetteSRCS+= camellia.c camellia-api.c 241.1Spooka 251.1Spooka# cast128 261.1SpookaSRCS+= cast128.c 271.1Spooka 281.1Spooka# DES 291.2SpgoyetteSRCS+= des_ecb.c des_setkey.c des_enc.c des_cbc.c des_module.c 301.1Spooka 311.7Sriastrad# AES 321.7SriastradSRCS+= aes_bear.c 331.7SriastradSRCS+= aes_ct.c 341.7SriastradSRCS+= aes_ct_dec.c 351.7SriastradSRCS+= aes_ct_enc.c 361.7SriastradSRCS+= aes_impl.c 371.7SriastradSRCS+= aes_rijndael.c 381.7SriastradSRCS+= aes_selftest.c 391.1Spooka 401.1Spooka# skipjack 411.1SpookaSRCS+= skipjack.c 421.1Spooka 431.1Spooka.include <bsd.lib.mk> 441.1Spooka.include <bsd.klinks.mk> 45