diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-04-13 05:21:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-04-13 05:21:56 +0000 |
| commit | 3bdf775801b218aa5a89564839405b122f4b233e (patch) | |
| tree | e8b079688238ae81d3122ea197d8ddb379b45059 /sys/crypto | |
| parent | e0919954d519767b541c28965dbd862787eb84cf (diff) | |
Notes
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/rijndael/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/rijndael/Makefile b/sys/crypto/rijndael/Makefile index d2dc35ea94bf..e262b4d764b5 100644 --- a/sys/crypto/rijndael/Makefile +++ b/sys/crypto/rijndael/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG=test00 -NO_MAN= +MAN= SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c CFLAGS += -I${.CURDIR}/../.. -g -static |
