diff options
author | obrien <obrien@FreeBSD.org> | 2002-11-06 22:54:58 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-11-06 22:54:58 +0000 |
commit | afccab52826226a463139da3bda9ed2d2983a000 (patch) | |
tree | e43c40f9128a8a8ac1160c7982fcd9131df8fff9 /secure/lib/libcipher | |
parent | 323d135eb0eb71a13e558bfeca4c68603a85cab2 (diff) | |
download | FreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.zip FreeBSD-src-afccab52826226a463139da3bda9ed2d2983a000.tar.gz |
Style sync with rest of FreeBSD.
Diffstat (limited to 'secure/lib/libcipher')
-rw-r--r-- | secure/lib/libcipher/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 3074dab..d0de0b4 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,16 +1,14 @@ -# # $FreeBSD$ -# -LIB= cipher -SRCS= crypt.c +LIB= cipher +SRCS= crypt.c PRECIOUSLIB= yes #NOPROFILE= yes MAN= cipher.3 -MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3 +MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3 MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3 -#SUBDIR= test +#SUBDIR= test .include <bsd.lib.mk> |