summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib
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/cvs/lib
parentbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff)
downloadFreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip
FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile7
1 files changed, 1 insertions, 6 deletions
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>
OpenPOWER on IntegriCloud