386BSD 0.1 development
[unix-history] / usr / othersrc / share / skel / Makefile
CommitLineData
537bf886
WJ
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>