[Midnightbsd-cvs] src [12081] trunk/etc/Makefile: add groff back
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 29 12:00:11 EDT 2018
Revision: 12081
http://svnweb.midnightbsd.org/src/?rev=12081
Author: laffer1
Date: 2018-09-29 12:00:10 -0400 (Sat, 29 Sep 2018)
Log Message:
-----------
add groff back
Modified Paths:
--------------
trunk/etc/Makefile
Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile 2018-09-28 21:18:23 UTC (rev 12080)
+++ trunk/etc/Makefile 2018-09-29 16:00:10 UTC (rev 12081)
@@ -143,6 +143,9 @@
MTREE= BSD.debug.dist BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
BSD.var.dist BSD.x11.dist BSD.x11-4.dist
+.if ${MK_GROFF} != "no"
+MTREE+= BSD.groff.dist
+.endif
.if ${MK_TESTS} != "no"
MTREE+= BSD.tests.dist
.endif
@@ -159,8 +162,8 @@
mailertable.sample aliases
.endif
-# Special top level files for FreeBSD
-FREEBSD=COPYRIGHT
+# Special top level files for MidnightBSD
+MIDNIGHTBSD=COPYRIGHT
# Sanitize DESTDIR
DESTDIR:= ${DESTDIR:C://*:/:g}
@@ -304,7 +307,7 @@
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
${DESTDIR}/var/crash
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${FREEBSD} ${DESTDIR}/
+ ${MIDNIGHTBSD} ${DESTDIR}/
.if ${MK_BOOT} != "no"
.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
@@ -324,6 +327,9 @@
mtree/BSD.usr.dist /usr \
mtree/BSD.include.dist /usr/include \
mtree/BSD.debug.dist /usr/lib
+.if ${MK_GROFF} != "no"
+MTREES+= mtree/BSD.groff.dist /usr
+.endif
.if ${MK_TESTS} != "no"
MTREES+= mtree/BSD.tests.dist ${TESTSBASE}
.endif
More information about the Midnightbsd-cvs
mailing list