summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-11-20 23:45:31 +0000
committerWarner Losh <imp@FreeBSD.org>2019-11-20 23:45:31 +0000
commit6467506baf5c2958d7d19546cf4076d19a8586c2 (patch)
tree390cb9030923021327350dc295f1d76a8ae41911 /etc
parent599d032a6dfbb7950906a2e26c6b3035f39e3ac7 (diff)
downloadsrc-test-6467506baf5c2958d7d19546cf4076d19a8586c2.tar.gz
src-test-6467506baf5c2958d7d19546cf4076d19a8586c2.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e2cac7446e1c0..8cef7c89c19c6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -57,6 +57,8 @@ distribution:
${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
+ ${INSTALL_SYMLINK} ../var/run/os-release \
+ ${DESTDIR}/etc/os-release
.if ${MK_UNBOUND} != "no"
if [ ! -e ${DESTDIR}/etc/unbound ]; then \
${INSTALL_SYMLINK} -T "package=unbound" \