summaryrefslogtreecommitdiffstats
path: root/gnu/Makefile.inc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-29 09:54:26 +0000
committernate <nate@FreeBSD.org>1993-06-29 09:54:26 +0000
commitf7bd8bcf61e447f60a164e19893b3038f568e324 (patch)
tree92616e971c6855abd7b68b9b330a2b233bb30e73 /gnu/Makefile.inc
parent8ae31b813cb3734d0e974110cb5e6fdf32b6581f (diff)
downloadFreeBSD-src-f7bd8bcf61e447f60a164e19893b3038f568e324.zip
FreeBSD-src-f7bd8bcf61e447f60a164e19893b3038f568e324.tar.gz
Added gdb/gas/ld to GNU makefiles
Changed the default install directory to be /usr/bin, instead of the non-standard /usr/gnu/bin. Until we fix the rest of the tree, it breaks things.
Diffstat (limited to 'gnu/Makefile.inc')
-rw-r--r--gnu/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/Makefile.inc b/gnu/Makefile.inc
index 0bf16db..8eb90e8 100644
--- a/gnu/Makefile.inc
+++ b/gnu/Makefile.inc
@@ -1,4 +1,4 @@
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
-BINDIR?= /usr/gnu/bin
-LIBDIR?= /usr/gnu/lib
+BINDIR?= /usr/bin
+LIBDIR?= /usr/lib
OpenPOWER on IntegriCloud