xref: /386bsd/usr/src/share/skel/Makefile (revision a2142627)
1#	@(#)Makefile	5.3 (Berkeley) 6/8/90
2
3FILES=	dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
4NOOBJ=	noobj
5
6all clean cleandir depend lint tags:
7
8install:
9	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
10	    ${DESTDIR}${BINDIR}/skel
11
12.include <bsd.prog.mk>
13