diff options
| author | tv <tv@NetBSD.org> | 1998-05-22 02:42:06 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-05-22 02:42:06 +0000 |
| commit | ee0ab77cb7c8ac85d902095e0b9afccd64c1af39 (patch) | |
| tree | be841889c6d61489059160e793b9c0826a2eb9b1 /gnu/usr.bin/binutils | |
| parent | ca757ac57e56ea335d9a8e89b8f500b078397d82 (diff) | |
Remove nlmconv (We're Not NetWare) and temporarily disable strip.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/nlmconv/Makefile | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 9ff94981c9e..569bfd6fa3c 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1998/05/21 20:51:37 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/05/22 02:42:06 tv Exp $ -SUBDIR= common addr2line ar c++filt nlmconv nm objcopy objdump ranlib \ - size strings strip +SUBDIR= common addr2line ar c++filt nm objcopy objdump ranlib size strings -all-addr2line all-ar all-c++filt all-nlmconv all-nm all-objcopy all-objdump \ +all-addr2line all-ar all-c++filt all-nm all-objcopy all-objdump \ all-ranlib all-size all-strings all-strip: all-common .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/binutils/nlmconv/Makefile b/gnu/usr.bin/binutils/nlmconv/Makefile deleted file mode 100644 index 2b7131e6a62..00000000000 --- a/gnu/usr.bin/binutils/nlmconv/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $NetBSD: Makefile,v 1.2 1998/05/21 20:52:22 tv Exp $ - -PROG= nlmconv -SRCS= nlmconv.c nlmheader.y - -.include <bsd.prog.mk> |
