957802cd0c
With the import of Xorg, a proper separation between login-time and sub shell-time of the environment setup is necessary. Instead of re-developping this from scratch, I am taking the opportunity to import the NetBSD default environment. Change-Id: Ib6a8fbd9c2f407ccd59be57a52ef9df21c2c9ce7
10 lines
272 B
Makefile
10 lines
272 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/09/01 13:01:55 tron Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
CONFIGFILES= dot.cshrc dot.login dot.logout dot.profile dot.shrc
|
|
FILESDIR= /etc/skel
|
|
.for F in ${CONFIGFILES}
|
|
FILESNAME_${F}= ${F:S/dot//}
|
|
.endfor
|
|
|
|
.include <bsd.prog.mk>
|