aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:24:03 +0000
commit423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch)
tree2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /usr.sbin/pkg_install/lib
parent46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-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 5d78e2c31ccf..acb837ebd0c8 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>