summaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-07 06:01:37 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-07 06:01:37 +0000
commita8228cf9881b0081c67070ffdaf8551d9c1621c4 (patch)
tree6fcab75c85c272a6ac231587da7e2459a0c41791 /usr.bin/strings
parentc908270ee3bfdf2b2dad29956338117aa704a030 (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 7a848497a414..a3593c8533f0 100644
--- a/usr.bin/strings/Makefile
+++ b/usr.bin/strings/Makefile
@@ -2,5 +2,6 @@
PROG= strings
BINDIR= /usr/libexec/aout
+MAN1aout=strings.1aout
.include <bsd.prog.mk>