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