Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2000/10/16 13:14:57 simonb Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
3
4.if make(distribution)
5FILES=		dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
6FILESDIR=	/etc/skel
7.for F in ${FILES}
8FILESNAME_${F}=	${F:S/dot//}
9.endfor
10
11distribution: filesinstall
12.endif
13MKOBJ=	no
14
15.include <bsd.prog.mk>
16