diff options
author | markm <markm@FreeBSD.org> | 1996-03-17 15:43:32 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-03-17 15:43:32 +0000 |
commit | 73546c6080f87b143dc742dfc0a27967aace1761 (patch) | |
tree | d24b8223fb7e614779904579719df8c8a13422e3 /secure | |
parent | 60cf70fbc63a8ec159a3f54d78018e4f20de0d04 (diff) | |
download | FreeBSD-src-73546c6080f87b143dc742dfc0a27967aace1761.zip FreeBSD-src-73546c6080f87b143dc742dfc0a27967aace1761.tar.gz |
Comment out the NOPROFILE=yes to make this orthogonal with the rest of our
libs.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcipher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index c9b861c..750c9da 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 |