Sync usage with man page.
[netbsd-mini2440.git] / etc / skel / Makefile
blob815753ac45f217e4cb68ff458482b80ec8e2177c
1 # $NetBSD: Makefile,v 1.7 2004/05/16 09:53:10 lukem Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/8/93
4 CONFIGFILES= dot.cshrc dot.login dot.logout dot.profile dot.shrc
5 FILESDIR= /etc/skel
6 .for F in ${CONFIGFILES}
7 FILESNAME_${F}= ${F:S/dot//}
8 .endfor
10 .include <bsd.prog.mk>