diff options
| author | thorpej <thorpej@NetBSD.org> | 1997-12-18 07:37:37 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1997-12-18 07:37:37 +0000 |
| commit | afc0f998fcd0420eb4795e5c9318a14346676f45 (patch) | |
| tree | 0c5aa2131dd8b6acdc6e842206a3b5645a83f1cb /gnu/usr.bin/binutils/objdump | |
| parent | 20fd84e917219ccd5a61f46c02f7c3db5dcbc9d1 (diff) | |
NetBSD Makefile framework to build GNU binutils. Tested, works on
NetBSD/alpha.
Diffstat (limited to 'gnu/usr.bin/binutils/objdump')
| -rw-r--r-- | gnu/usr.bin/binutils/objdump/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile new file mode 100644 index 00000000000..dab1b562257 --- /dev/null +++ b/gnu/usr.bin/binutils/objdump/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/12/18 07:37:37 thorpej Exp $ + +PROG= objdump +SRCS= objdump.c prdbg.c + +.include <bsd.prog.mk> |
