Revert to installing /etc/files from src/etc.
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
DIRS=etc FreeBSD_version lkm sunrpc
|
DIRS=etc FreeBSD_version lkm sunrpc
|
||||||
NOOBJ= noobj
|
NOOBJ= noobj
|
||||||
ETCOWN= root
|
|
||||||
ETCGRP= wheel
|
|
||||||
ETCMODE=644
|
|
||||||
|
|
||||||
# Define SHARED to indicate whether you want symbolic links to the system
|
# Define SHARED to indicate whether you want symbolic links to the system
|
||||||
# source (``symlinks''), or a separate copy (``copies''); (latter useful
|
# source (``symlinks''), or a separate copy (``copies''); (latter useful
|
||||||
@@ -31,8 +28,4 @@ symlinks:
|
|||||||
ln -s ${.CURDIR}/$$a ${DESTDIR}/usr/share/examples; \
|
ln -s ${.CURDIR}/$$a ${DESTDIR}/usr/share/examples; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install-etc:
|
|
||||||
install -c -o ${ETCOWN} -g ${ETCGRP} -m ${ETCMODE} \
|
|
||||||
${.CURDIR}/etc/[a-z]* ${DESTDIR}/etc
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|||||||
Reference in New Issue
Block a user