mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert to installing /etc/files from src/etc.
This commit is contained in:
parent
09c1b7e45d
commit
2bda0e5dc8
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue