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