From afccab52826226a463139da3bda9ed2d2983a000 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 6 Nov 2002 22:54:58 +0000 Subject: Style sync with rest of FreeBSD. --- secure/lib/libcipher/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'secure/lib/libcipher/Makefile') 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 -- cgit v1.1