summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libopcodes/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-03-12 05:14:19 +0000
committerjdp <jdp@FreeBSD.org>1998-03-12 05:14:19 +0000
commit864bd8ab6e1de4854428fbe85a1c9ea6549d3116 (patch)
tree8df791e7afef9552073039035d2e73900c61b60b /gnu/usr.bin/binutils/libopcodes/Makefile
parent97b7e0762fb8697e9e7dbd50917697f47f6ab906 (diff)
downloadFreeBSD-src-864bd8ab6e1de4854428fbe85a1c9ea6549d3116.zip
FreeBSD-src-864bd8ab6e1de4854428fbe85a1c9ea6549d3116.tar.gz
Replace empty install targets with definitions of INTERNALLIB and
INTERNALSTATICLIB to suppress installation of internal libraries.
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes/Makefile')
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile
index b403738..410bb92 100644
--- a/gnu/usr.bin/binutils/libopcodes/Makefile
+++ b/gnu/usr.bin/binutils/libopcodes/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:11 jdp Exp $
+# $Id: Makefile,v 1.2 1998/03/12 02:55:32 jdp Exp $
#
.include "../Makefile.inc0"
@@ -11,7 +11,7 @@ SRCS+= dis-buf.c disassemble.c
CFLAGS+= -I${SRCDIR}/opcodes
NOPROFILE= true
NOPIC= true
-
-install:
+INTERNALLIB= true
+INTERNALSTATICLIB=true
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud