diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 23:59:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 23:59:04 +0000 |
commit | 649fe45183556cd0cf7acc03c0d89ec907ae9a12 (patch) | |
tree | 0d203ec5784369946aae444ebecd4a052e4cdfa3 /gnu/usr.bin | |
parent | 80bd6b498ebb6fa81e311fa944f44473fb0794f5 (diff) |
Need to mention where to install binutils...
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 5e3e61f5c66..1a45dc1d934 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.35 2000/09/12 22:48:57 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.36 2000/09/12 23:59:03 espie Exp $ NEW_BINUTILS=alpha mips powerpc hppa +PREFIX=/usr + SUBDIRS= opcodes bfd ALL_X11_MODULES= INSTALL_X11_MODULES= |