Make call to arc_ioctl the default case.
[dragonfly.git] / secure / lib / libcipher / Makefile
1 #
2 # $FreeBSD: src/secure/lib/libcipher/Makefile,v 1.10.2.1 2002/07/19 18:46:27 ru Exp $
3 # $DragonFly: src/secure/lib/libcipher/Makefile,v 1.2 2003/06/17 04:27:48 dillon Exp $
4 #
5
6 LIB=            cipher
7 SRCS=           crypt.c
8 PRECIOUSLIB=    yes
9 #NOPROFILE=     yes
10
11 MAN=    cipher.3
12 MLINKS= cipher.3 encrypt.3 cipher.3 setkey.3
13 MLINKS+=cipher.3 des_cipher.3 cipher.3 des_setkey.3
14
15 #SUBDIR=                test
16
17 .include <bsd.lib.mk>