diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-07 21:48:54 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-07 21:48:54 +0000 |
| commit | 37ea1bf4c97876996ce40a1e4772c6c36ae6fb99 (patch) | |
| tree | bc67dfb4b3f603c884b4cb569368cb86aa03b7e0 /secure/lib/libcipher/Makefile | |
| parent | bee596e3db311b42b5cb4b9ed3694838f70ba11b (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcipher/Makefile')
| -rw-r--r-- | secure/lib/libcipher/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 47650e5d9604..85b23f5ed57d 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,15 +1,16 @@ # -# $Id: Makefile,v 1.1 1994/09/07 08:55:24 g89r4222 Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/07 21:18:07 csgr Exp $ # -SUBDIR= test +SUBDIR= test -LIB= crypt -SRCS= crypt.c +LIB= cipher +SRCS= crypt.c +PRECIOUSLIB= yes +NOPROFILE= yes #MAN3= crypt.0 #MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 #MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3 -.include <bsd.lib.mk> .include <bsd.subdir.mk> |
