summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat/objformat.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-05-25 14:42:22 +0000
committersos <sos@FreeBSD.org>1998-05-25 14:42:22 +0000
commite93c797887b52fcac9eed98a646e0c11777f30c9 (patch)
treedf8d1165a372161c4b9c6ed3737fa1fd9a048aab /usr.bin/objformat/objformat.c
parent60d78a8916a3ac6d725e00bd64b76c06ead142ad (diff)
downloadFreeBSD-src-e93c797887b52fcac9eed98a646e0c11777f30c9.zip
FreeBSD-src-e93c797887b52fcac9eed98a646e0c11777f30c9.tar.gz
Make objformat DTRT when in the make world environment.
Diffstat (limited to 'usr.bin/objformat/objformat.c')
-rw-r--r--usr.bin/objformat/objformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c
index 92440d6..d353548 100644
--- a/usr.bin/objformat/objformat.c
+++ b/usr.bin/objformat/objformat.c
@@ -138,7 +138,7 @@ main(int argc, char **argv)
/* 'make world' glue */
objformat_path = getenv("OBJFORMAT_PATH");
if (objformat_path == NULL)
- objformat_path = "/usr/libexec";
+ objformat_path = ROOTDIR;
path = strdup(objformat_path);
if (objformat_aout) {
OpenPOWER on IntegriCloud