aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nm
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/nm
parentc908270ee3bfdf2b2dad29956338117aa704a030 (diff)
downloadsrc-a8228cf9881b0081c67070ffdaf8551d9c1621c4.tar.gz
src-a8228cf9881b0081c67070ffdaf8551d9c1621c4.zip
Install the legacy man file in section 1aout.
Notes
Notes: svn path=/head/; revision=38899
Diffstat (limited to 'usr.bin/nm')
-rw-r--r--usr.bin/nm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile
index 20cd64ebaa95..639b4d070ff1 100644
--- a/usr.bin/nm/Makefile
+++ b/usr.bin/nm/Makefile
@@ -2,5 +2,6 @@
PROG= nm
BINDIR= /usr/libexec/aout
+MAN1aout=nm.1aout
.include <bsd.prog.mk>