17 lines
274 B
Makefile
17 lines
274 B
Makefile
#
|
|
# $Id: Makefile,v 1.8 1996/04/11 07:08:09 markm Exp $
|
|
#
|
|
|
|
LIB= cipher
|
|
SRCS= crypt.c
|
|
PRECIOUSLIB= yes
|
|
#NOPROFILE= yes
|
|
|
|
MAN3= cipher.3
|
|
MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3
|
|
MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3
|
|
|
|
#SUBDIR= test
|
|
|
|
.include <bsd.lib.mk>
|