15 lines
222 B
Makefile
15 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= cipher
|
|
SRCS= crypt.c
|
|
PRECIOUSLIB= yes
|
|
#NOPROFILE= yes
|
|
|
|
MAN= 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>
|