summaryrefslogtreecommitdiff
path: root/etc/root/Makefile
blob: ddd2f22731ba7cdaa6d71053de85985b262f9d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe Exp $

CONFIGFILES=		dot.cshrc dot.klogin dot.login dot.profile dot.shrc

FILESDIR=		/root
FILESMODE=		644
FILESMODE_dot.klogin=	600
.for F in ${CONFIGFILES}
FILESNAME_${F}=		${F:S/dot//}
.endfor

CONFIGLINKS=		/root/.cshrc	/.cshrc \
			/root/.profile	/.profile

.include <bsd.files.mk>
.include <bsd.links.mk>
2005-03-26Regen for OpenSSL 0.9.7fchristos 2004-03-20update documentation from 0.9.7b to 0.9.7dgroo 2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun alter des.h to be friendly with openssl/des.h (you can include both in the same file) make libkrb to depend on libdes. bump major. massage various portioin of heimdal to be friendly with openssl 0.9.7b. 2003-06-30Remove .UC -- not Berkeley Distribution man pages.wiz 2002-08-09regen manpagesitojun 2002-08-08sync with 0.9.6f. prevents DoS attack and regen of manpages.itojun 2002-07-31regen openssl manpage from 0.9.6e source.itojun 2002-06-09sync with 0.9.6d. shlib minor for libssl and libcryptoitojun is cranked for additional functions. 2002-02-07Generate <>& symbolically.ross 2001-04-12fix manpage paths to meet 0.9.6a. most of short names are escaped asitojun openssl_xx(1) or openssl_xx(3), as they are way too generic.