Install gdbserver and gdbreplay in /usr/bin, not /usr/libexec/elf.

This commit is contained in:
Doug Rabson 1999-05-08 12:08:06 +00:00
parent 7782bb379d
commit cbed385da4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46690
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,10 @@
# $Id: Makefile,v 1.3 1998/05/01 14:48:04 bde Exp $
# $Id: Makefile,v 1.4 1999/05/02 19:50:17 dfr Exp $
.include "../Makefile.inc0"
# Not elf specific so don't install in /usr/libexec/elf
BINDIR=/usr/bin
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
.PATH: ${GDBDIR}/gdb

View file

@ -1,7 +1,10 @@
# $Id: Makefile,v 1.3 1998/05/01 14:48:06 bde Exp $
# $Id: Makefile,v 1.4 1999/05/02 19:50:18 dfr Exp $
.include "../Makefile.inc0"
# Not elf specific so don't install in /usr/libexec/elf
BINDIR=/usr/bin
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
.PATH: ${GDBDIR}/gdb/gdbserver
.PATH: ${GDBDIR}/gdb