8b2981f937
will in due course become libcipher. Based on David Burren's FreeSEC Submitted by: Geoff.
16 lines
262 B
Makefile
16 lines
262 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1994/09/07 08:55:24 g89r4222 Exp $
|
|
#
|
|
|
|
SUBDIR= test
|
|
|
|
LIB= crypt
|
|
SRCS= crypt.c
|
|
|
|
#MAN3= crypt.0
|
|
#MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
|
|
#MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.subdir.mk>
|