Home | History | Annotate | Line # | Download | only in skel
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2002/12/02 13:33:14 lukem 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.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