diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-11 08:26:36 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-11 08:26:36 +0000 |
commit | 91dea307696bba267cb7eba5638052c30aa861c7 (patch) | |
tree | 79f0a8beb297abf5b7e873c306fad71da7c7dd95 /Makefile.inc1 | |
parent | a4a0554ae67bfa40ba0109aee237d3b8c0844a35 (diff) | |
download | FreeBSD-src-91dea307696bba267cb7eba5638052c30aa861c7.zip FreeBSD-src-91dea307696bba267cb7eba5638052c30aa861c7.tar.gz |
Remove remnant from texinfo
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index f0fa949..dd56ae3 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 |