opnsense-src/secure/lib/libcipher/Makefile

15 lines
222 B
Makefile
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $FreeBSD$
2002-11-06 17:54:58 -05:00
LIB= cipher
SRCS= crypt.c
PRECIOUSLIB= yes
#NOPROFILE= yes
MAN= cipher.3
2002-11-06 17:54:58 -05:00
MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3
MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3
2002-11-06 17:54:58 -05:00
#SUBDIR= test
.include <bsd.lib.mk>