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