Merge branch 'vendor/BZIP'
[dragonfly.git] / secure / usr.bin / openssl / Makefile.etc
1 # $DragonFly: src/secure/usr.bin/openssl/Makefile.etc,v 1.1 2005/07/07 12:18:30 corecode Exp $
2 #
3
4 FILES=          openssl.cnf
5 FILESDIR=       /etc/ssl
6 FILESOWN=       ${BINOWN}
7 FILESGRP=       ${BINGRP}
8 FILESMODE=      644
9
10 SCRIPTS=        CA.pl CA.sh
11 SCRIPTSNAME_CA.pl=      CA.pl
12 SCRIPTSNAME_CA.sh=      CA.sh
13 SCRIPTSDIR=     /etc/ssl
14
15 .include "../../lib/libcrypto/Makefile.inc"
16 .PATH: ${LCRYPTO_SRC}/apps
17 .include <bsd.prog.mk>