Makefile revision 1638
1#	@(#)Makefile	8.1 (Berkeley) 6/8/93
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