summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
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 /usr.sbin/pkg_install
parentbc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (diff)
downloadFreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.zip
FreeBSD-src-46bb8fed4353a29584780ef69a8e7400a85984cd.tar.gz
Mark all internal libraries with INTERNALLIB.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/lib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 5d78e2c..acb837e 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
LIB= install
-NOPROFILE= yes
-NOPIC= yes
+INTERNALLIB= YES
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
deps.c version.c
@@ -10,7 +9,4 @@ CFLAGS+= ${DEBUG}
WARNS?= 2
-install:
- @echo -n
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud