diff options
author | bde <bde@FreeBSD.org> | 1998-05-10 16:51:07 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-05-10 16:51:07 +0000 |
commit | 1136da1a6066b4c1078d8343977c53ac0a678418 (patch) | |
tree | 8f5b1d89e9221e9b68e0b80394abc9319190a407 /Makefile | |
parent | 71673c47fd1df59e74f2e99d9ddeb5dc56bf611e (diff) | |
download | FreeBSD-src-1136da1a6066b4c1078d8343977c53ac0a678418.zip FreeBSD-src-1136da1a6066b4c1078d8343977c53ac0a678418.tar.gz |
Removed share/info from build-tools. It should never have been there,
and became redundant when it was put in SUBDIR, and became bogus when
WORLDTMP was introduced, and became broken when INFODIR was introduced.
PR: 6138
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.174 1998/05/02 12:29:48 bde Exp $ +# $Id: Makefile,v 1.175 1998/05/08 21:29:35 jb Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -710,7 +710,6 @@ build-tools: gnu/usr.bin/patch \ gnu/usr.bin/sort \ gnu/usr.bin/texinfo \ - share/info \ usr.bin/basename \ usr.bin/cap_mkdb \ usr.bin/chflags \ |