summaryrefslogtreecommitdiffstats
path: root/share/skel/Makefile
blob: cee9708df396fde67f8acfe30311626193338da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	@(#)Makefile	8.1 (Berkeley) 6/8/93

FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile dot.shrc
FILES2=	dot.mail_aliases 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>
OpenPOWER on IntegriCloud