diff options
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r-- | usr.sbin/pkg_install/lib/Makefile | 6 |
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> |