Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2003/04/24 01:01:39 perry Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
3
4NOOBJ=		# defined
5
6.if make(distribution)
7FILES=		dot.cshrc dot.login dot.logout dot.profile
8FILESDIR=	/etc/skel
9.for F in ${FILES}
10FILESNAME_${F}=	${F:S/dot//}
11.endfor
12
13distribution: filesinstall
14.endif
15
16.include <bsd.prog.mk>
17