summaryrefslogtreecommitdiffstats
path: root/share/skel/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-19 13:40:51 +0000
committerru <ru@FreeBSD.org>2004-01-19 13:40:51 +0000
commit3f8ee0c687dc60c48c1572b6979383bcfa9a7416 (patch)
tree0f296cdaed29d105987ac4fc0fa7116d23660022 /share/skel/Makefile
parent67527434e212a470aadd6539b04c5a27480366d5 (diff)
downloadFreeBSD-src-3f8ee0c687dc60c48c1572b6979383bcfa9a7416.zip
FreeBSD-src-3f8ee0c687dc60c48c1572b6979383bcfa9a7416.tar.gz
Use the standard <bsd.files.mk> API to install files.
Diffstat (limited to 'share/skel/Makefile')
-rw-r--r--share/skel/Makefile23
1 files changed, 9 insertions, 14 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile
index aff9bb7..1626964 100644
--- a/share/skel/Makefile
+++ b/share/skel/Makefile
@@ -1,19 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-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} -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \
- ${DESTDIR}${BINDIR}/skel
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \
- ${DESTDIR}${BINDIR}/skel
+FILESGROUPS= FILES1 FILES2
+FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
+ dot.shrc
+FILES2= dot.mail_aliases dot.rhosts
+FILES1DIR= /usr/share/skel
+FILES2DIR= /usr/share/skel
+FILES1MODE= 0644
+FILES2MODE= 0600
+NOOBJ= noobj
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud