aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
commit77dfb966d9bdfb8bf8442dc883287c347f74ccbf (patch)
tree495722fd7ef08984c76cf185c4d5233df95ee396 /usr.bin/strings
parente793c690a04dc6063df234016fba32ef08cd9b98 (diff)
Notes
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile
index 87f557ddbae4..7a848497a414 100644
--- a/usr.bin/strings/Makefile
+++ b/usr.bin/strings/Makefile
@@ -1,5 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= strings
+BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>