summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-24 06:59:41 +0000
committerngie <ngie@FreeBSD.org>2015-03-24 06:59:41 +0000
commit13f1d2fd15423d21f6f48eee89b407607aecb6c2 (patch)
tree1f0dbb88e12f886ca9ef0385eec7cf184d44736c /etc
parentc363eff24fce54d0e276a33350140db2cd33c11a (diff)
downloadFreeBSD-src-13f1d2fd15423d21f6f48eee89b407607aecb6c2.zip
FreeBSD-src-13f1d2fd15423d21f6f48eee89b407607aecb6c2.tar.gz
Forced commit to note that the previous commit to this file included the
following MFC as well: MFC 278251: Honor the following flags for items that can be conditionalized out of the build/install without disrupting other dependent services (see r278249, et al): - MK_LOCATE - MK_MAN - MK_NLS - MK_OPENSSL - MK_PKGBOOTSTRAP - MK_SENDMAIL Additional flags need to be handled in etc/Makefile, but it requires refactoring the relevant scripts in etc/rc.d/* MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 670ac15..e3c02f6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -52,7 +52,7 @@ BIN1= crontab \
shells \
sysctl.conf \
syslog.conf \
- termcap.small
+ termcap.small \
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
BIN1+= libmap32.conf
OpenPOWER on IntegriCloud