Deleted Added
full compact
Makefile (1639) Makefile (9701)
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:
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} \
9 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
10 ${DESTDIR}${BINDIR}/skel
11
12.include <bsd.prog.mk>
10 ${DESTDIR}${BINDIR}/skel
11
12.include <bsd.prog.mk>