mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly.
18 lines
285 B
Makefile
18 lines
285 B
Makefile
#
|
|
# $Id: Makefile,v 1.5 1996/03/17 15:43:32 markm Exp $
|
|
#
|
|
|
|
|
|
LIB= cipher
|
|
SRCS= crypt.c
|
|
PRECIOUSLIB= yes
|
|
#NOPROFILE= yes
|
|
|
|
#MAN3= crypt.0
|
|
MAN3= crypt.3
|
|
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>
|