NetBSD/etc/skel/Makefile

17 lines
319 B
Makefile
Raw Normal View History

2002-12-02 16:33:14 +03:00
# $NetBSD: Makefile,v 1.5 2002/12/02 13:33:14 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
2002-12-02 16:33:14 +03:00
NOOBJ= # defined
.if make(distribution)
FILES= dot.cshrc dot.login dot.profile
FILESDIR= /etc/skel
.for F in ${FILES}
FILESNAME_${F}= ${F:S/dot//}
.endfor
distribution: filesinstall
.endif
2001-12-12 03:07:45 +03:00
.include <bsd.prog.mk>