Deleted Added
sdiff udiff text old ( 28347 ) new ( 28869 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
3FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile dot.shrc
4FILES2= dot.rhosts
5MODE1= 0644
6MODE2= 0600
7
8NOOBJ= noobj
9
10all clean cleandir depend lint tags:
11
12install:
13 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \
14 ${DESTDIR}${BINDIR}/skel
15 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \
16 ${DESTDIR}${BINDIR}/skel
17
18.include <bsd.prog.mk>