From 18992ffaea62c4b2ea6d440c0b8b837803917a9c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 17 Mar 1996 15:43:32 +0000 Subject: [PATCH] Comment out the NOPROFILE=yes to make this orthogonal with the rest of our libs. --- secure/lib/libcipher/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index c9b861c8158b..750c9da269e6 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,12 +1,12 @@ # -# $Id: Makefile,v 1.3 1994/09/09 09:43:18 csgr Exp $ +# $Id: Makefile,v 1.4 1996/02/12 04:56:28 mpp Exp $ # LIB= cipher SRCS= crypt.c PRECIOUSLIB= yes -NOPROFILE= yes +#NOPROFILE= yes #MAN3= crypt.0 MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3