11 lines
272 B
Makefile
11 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>
|