From 423e9124d93b45cff0edd3a61cba89f5efe3e0b4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 13 May 2002 11:24:03 +0000 Subject: Mark all internal libraries with INTERNALLIB. --- usr.sbin/pkg_install/lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.sbin/pkg_install/lib') 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 -- cgit v1.3