1994-09-07 21:18:08 +00:00
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-07 21:18:08 +00:00
|
|
|
#
|
|
|
|
|
1994-09-07 21:48:54 +00:00
|
|
|
LIB= cipher
|
|
|
|
SRCS= crypt.c
|
|
|
|
PRECIOUSLIB= yes
|
1996-03-17 15:43:32 +00:00
|
|
|
#NOPROFILE= yes
|
1994-09-07 21:18:08 +00:00
|
|
|
|
1996-04-13 08:03:24 +00:00
|
|
|
MAN3= cipher.3
|
|
|
|
MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3
|
|
|
|
MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3
|
1994-09-07 21:18:08 +00:00
|
|
|
|
1994-09-09 09:43:18 +00:00
|
|
|
#SUBDIR= test
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|