summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerru <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit46bb8fed4353a29584780ef69a8e7400a85984cd (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /gnu/usr.bin
parentbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff)
downloadFreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip
FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_fbsd/Makefile6
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile6
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile7
-rw-r--r--gnu/usr.bin/cvs/libdiff/Makefile7
4 files changed, 4 insertions, 22 deletions
diff --git a/gnu/usr.bin/cc/cc_fbsd/Makefile b/gnu/usr.bin/cc/cc_fbsd/Makefile
index 5aad7ff..c2df4fe 100644
--- a/gnu/usr.bin/cc/cc_fbsd/Makefile
+++ b/gnu/usr.bin/cc/cc_fbsd/Makefile
@@ -5,14 +5,10 @@ LIBCDIR= ${.CURDIR}/../../../../lib/libc
.PATH: ${LIBCDIR}/gen ${LIBCDIR}/stdio
LIB= cc_fbsd
-NOPROFILE= YES
-NOPIC= YES
+INTERNALLIB= YES
SRCS= getobjformat.c mktemp.c
CFLAGS+= -D_open=open
-install:
- @true
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 9799a9c..831b876 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -5,8 +5,7 @@
.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR} ${GCCDIR}/../libiberty
LIB= cc_int
-NOPROFILE= YES
-NOPIC= YES
+INTERNALLIB= YES
# dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
# alias.c bitmap.c dwarf2out.c dyn-string.c \
@@ -83,7 +82,4 @@ underscore.c: Makefile
echo '/*WARNING: This file is automatically generated!*/' >${.TARGET}
echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET}
-install:
- @true
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 0b07c39..c57e695 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -9,9 +9,7 @@ MAINTAINER= peter@FreeBSD.org
.PATH: ${CVSDIR}/man
LIB= cvs
-
-NOPROFILE= yes
-NOPIC= yes
+INTERNALLIB= YES
CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -I${CVSDIR}/lib
CFLAGS+= -DHAVE_CONFIG_H
@@ -22,7 +20,4 @@ SRCS= argmatch.c getdate.y getline.c \
sighandle.c stripslash.c \
xgetwd.c yesno.c
-install:
- @echo -n
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/cvs/libdiff/Makefile b/gnu/usr.bin/cvs/libdiff/Makefile
index 74f3a42..f668deb 100644
--- a/gnu/usr.bin/cvs/libdiff/Makefile
+++ b/gnu/usr.bin/cvs/libdiff/Makefile
@@ -7,16 +7,11 @@ MAINTAINER= peter@FreeBSD.org
.PATH: ${CVSDIR}/diff
LIB= diff
-
-NOPROFILE= yes
-NOPIC= yes
+INTERNALLIB= YES
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/lib -DHAVE_CONFIG_H
SRCS = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c context.c ed.c \
normal.c ifdef.c util.c dir.c version.c diff.h side.c
-install:
- @echo -n
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud