summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-02-09 13:41:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-02-09 13:41:29 +0000
commit64e55c3913ab2de3bc69e38b0fc0ac6c38242b34 (patch)
tree6327a15450e7b7c1a3d0f5ef1082b196729711ad /Makefile.inc1
parentb27bd782016216b32dcc75bad3536317ffea9373 (diff)
downloadsrc-test-64e55c3913ab2de3bc69e38b0fc0ac6c38242b34.tar.gz
src-test-64e55c3913ab2de3bc69e38b0fc0ac6c38242b34.zip
Remove remnants from texinfo
Notes
Notes: svn path=/projects/release-pkg/; revision=278455
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 826c05f7f21af..bbae094c3ba95 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -50,10 +50,6 @@
.include <bsd.arch.inc.mk>
.include <bsd.compiler.mk>
-# We must do share/info early so that installation of info `dir'
-# entries works correctly. Do it first since it is less likely to
-# grow dependencies on include and lib than vice versa.
-#
# We must do lib/ and libexec/ before bin/, because if installworld
# installs a new /bin/sh, the 'make' command will *immediately*
# use that new version. And the new (dynamically-linked) /bin/sh
@@ -63,7 +59,7 @@ SRCDIR?= ${.CURDIR}
.if defined(SUBDIR_OVERRIDE)
SUBDIR= ${SUBDIR_OVERRIDE}
.else
-SUBDIR= share/info lib libexec
+SUBDIR= lib libexec
SUBDIR+=bin
.if ${MK_GAMES} != "no"
SUBDIR+=games