aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-03-17 15:43:32 +0000
committerMark Murray <markm@FreeBSD.org>1996-03-17 15:43:32 +0000
commit18992ffaea62c4b2ea6d440c0b8b837803917a9c (patch)
treed24b8223fb7e614779904579719df8c8a13422e3 /secure/lib
parentb36546f69af873439d9b72e6bfd1db036c2da0b6 (diff)
downloadsrc-18992ffaea62c4b2ea6d440c0b8b837803917a9c.tar.gz
src-18992ffaea62c4b2ea6d440c0b8b837803917a9c.zip
Comment out the NOPROFILE=yes to make this orthogonal with the rest of our
libs.
Notes
Notes: svn path=/head/; revision=14656
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcipher/Makefile4
1 files 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