freebsd-dev/secure/lib/libcipher/Makefile
Mike Pritchard bcff8e2ae4 Another round of man page cleanups.
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00

18 lines
269 B
Makefile

#
# $Id: Makefile,v 1.3 1994/09/09 09:43:18 csgr Exp $
#
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
#SUBDIR= test
.include <bsd.lib.mk>