Revert sc1 to testing getuid() like it says it does in the output.
[dragonfly/vkernel-mp.git] / secure / usr.bin / openssl / Makefile.etc
blob25268094e4900bb9e0d8c71cd34c5ea716fdcc52
1 # $DragonFly: src/secure/usr.bin/openssl/Makefile.etc,v 1.1 2005/07/07 14:18:30 corecode Exp $
4 FILES=          openssl.cnf
5 FILESDIR=       /etc/ssl
6 FILESOWN=       ${BINOWN}
7 FILESGRP=       ${BINGRP}
8 FILESMODE=      644
10 SCRIPTS=        CA.pl CA.sh
11 SCRIPTSNAME_CA.pl=      CA.pl
12 SCRIPTSNAME_CA.sh=      CA.sh
13 SCRIPTSDIR=     /etc/ssl
15 .include "../../lib/libcrypto/Makefile.inc"
16 .PATH: ${LCRYPTO_SRC}/apps
17 .include <bsd.prog.mk>