summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/nm
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1997-12-18 07:37:37 +0000
committerthorpej <thorpej@NetBSD.org>1997-12-18 07:37:37 +0000
commitafc0f998fcd0420eb4795e5c9318a14346676f45 (patch)
tree0c5aa2131dd8b6acdc6e842206a3b5645a83f1cb /gnu/usr.bin/binutils/nm
parent20fd84e917219ccd5a61f46c02f7c3db5dcbc9d1 (diff)
NetBSD Makefile framework to build GNU binutils. Tested, works on
NetBSD/alpha.
Diffstat (limited to 'gnu/usr.bin/binutils/nm')
-rw-r--r--gnu/usr.bin/binutils/nm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/nm/Makefile b/gnu/usr.bin/binutils/nm/Makefile
new file mode 100644
index 00000000000..923378d36c0
--- /dev/null
+++ b/gnu/usr.bin/binutils/nm/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/12/18 07:37:37 thorpej Exp $
+
+PROG= nm
+SRCS= nm.c
+
+.include <bsd.prog.mk>