freebsd-dev/share/skel/Makefile
Wolfram Schneider 02c7e1cb34 install dot.shrc
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
1997-08-13 23:16:54 +00:00

19 lines
417 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES1= dot.cshrc dot.login dot.mailrc dot.profile dot.shrc
FILES2= dot.rhosts
MODE1= 0644
MODE2= 0600
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \
${DESTDIR}${BINDIR}/skel
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>