2002-02-27 05:21:08 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/02/27 02:21:08 itojun Exp $
|
2000-11-01 18:33:21 +03:00
|
|
|
# $KAME: Makefile,v 1.4 2000/11/01 14:55:39 itojun Exp $
|
|
|
|
|
|
|
|
SUBDIR= des blowfish cast128 rijndael
|
2002-02-27 05:21:08 +03:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
SUBDIR+= des_asm blowfish_asm
|
|
|
|
.endif
|
2000-11-01 18:33:21 +03:00
|
|
|
|
2000-11-08 09:02:01 +03:00
|
|
|
TARGETS+= benchmark
|
|
|
|
.PHONY: benchmark
|
|
|
|
|
2000-11-01 18:33:21 +03:00
|
|
|
.include <bsd.subdir.mk>
|