diff options
author | John Birrell <jb@FreeBSD.org> | 1998-09-07 06:01:37 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-09-07 06:01:37 +0000 |
commit | a8228cf9881b0081c67070ffdaf8551d9c1621c4 (patch) | |
tree | 6fcab75c85c272a6ac231587da7e2459a0c41791 /usr.bin/strip | |
parent | c908270ee3bfdf2b2dad29956338117aa704a030 (diff) | |
download | src-a8228cf9881b0081c67070ffdaf8551d9c1621c4.tar.gz src-a8228cf9881b0081c67070ffdaf8551d9c1621c4.zip |
Notes
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index fe8ab01bf1b3..f5160e65d775 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -2,7 +2,7 @@ PROG= strip BINDIR= /usr/libexec/aout -MAN1= strip.1 +MAN1aout=strip.1aout CLEANFILES += maybe_stripped all: maybe_stripped |