diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 11:29:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-25 11:29:51 +0000 |
| commit | b310ceebe53a3b181d0ec1d0a22bbb0018f3007d (patch) | |
| tree | ea7fbda90319f5b8a6f50ff6d5d8317ca5d45f8b /usr.bin/nm | |
| parent | c2a6755caff6ad5d11e41936dc785e876d334dff (diff) | |
Notes
Diffstat (limited to 'usr.bin/nm')
| -rw-r--r-- | usr.bin/nm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile index 639b4d070ff1..bc28a5a27cc5 100644 --- a/usr.bin/nm/Makefile +++ b/usr.bin/nm/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= nm BINDIR= /usr/libexec/aout -MAN1aout=nm.1aout +MAN= nm.1aout .include <bsd.prog.mk> |
