Home | History | Annotate | Line # | Download | only in skel
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2002/08/06 13:55:03 soren Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
      3 
      4 .if make(distribution)
      5 FILES=		dot.cshrc dot.login dot.profile
      6 FILESDIR=	/etc/skel
      7 .for F in ${FILES}
      8 FILESNAME_${F}=	${F:S/dot//}
      9 .endfor
     10 
     11 distribution: filesinstall
     12 .endif
     13 
     14 NOOBJ=		# defined
     15 
     16 .include <bsd.prog.mk>
     17