mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Revert to installing /etc/files from src/etc.
This commit is contained in:
parent
09c1b7e45d
commit
2bda0e5dc8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3025
@ -4,9 +4,6 @@
|
||||
|
||||
DIRS=etc FreeBSD_version lkm sunrpc
|
||||
NOOBJ= noobj
|
||||
ETCOWN= root
|
||||
ETCGRP= wheel
|
||||
ETCMODE=644
|
||||
|
||||
# Define SHARED to indicate whether you want symbolic links to the system
|
||||
# source (``symlinks''), or a separate copy (``copies''); (latter useful
|
||||
@ -31,8 +28,4 @@ symlinks:
|
||||
ln -s ${.CURDIR}/$$a ${DESTDIR}/usr/share/examples; \
|
||||
done
|
||||
|
||||
install-etc:
|
||||
install -c -o ${ETCOWN} -g ${ETCGRP} -m ${ETCMODE} \
|
||||
${.CURDIR}/etc/[a-z]* ${DESTDIR}/etc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user