10 lines
221 B
Makefile
10 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/11/08 06:02:01 itojun Exp $
|
|
# $KAME: Makefile,v 1.4 2000/11/01 14:55:39 itojun Exp $
|
|
|
|
SUBDIR= des blowfish cast128 rijndael
|
|
|
|
TARGETS+= benchmark
|
|
.PHONY: benchmark
|
|
|
|
.include <bsd.subdir.mk>
|