diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
| commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
| tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/strings | |
| parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
Notes
Diffstat (limited to 'usr.bin/strings')
| -rw-r--r-- | usr.bin/strings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index a3593c8533f0..04b3f022c321 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= strings +MAN= strings.1aout BINDIR= /usr/libexec/aout -MAN1aout=strings.1aout .include <bsd.prog.mk> |
