mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Remove redundant PACKAGE for INTERNALLIB libraries
These libraries don't install anything, so they shouldn't have a PACKAGE setting. This avoids surprising behaviour in future if e.g. manpages are added to an internal library. Reported by: des Differential Revision: https://reviews.freebsd.org/D51901
This commit is contained in:
parent
929f5966a9
commit
1a80bcc5fa
11 changed files with 0 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
|||
PACKAGE= lib${LIB}
|
||||
LIB= ifconfig
|
||||
INTERNALLIB= true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
LIB= iscsiutil
|
||||
INTERNALLIB=
|
||||
PACKAGE= iscsi
|
||||
|
||||
INCS= libiscsiutil.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= netbsd
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
LIB= nvmf
|
||||
INTERNALLIB=
|
||||
PACKAGE= nvmf
|
||||
|
||||
INCS= libnvmf.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PACKAGE=lib${LIB}
|
||||
LIB= openbsd
|
||||
SRCS= imsg-buffer.c \
|
||||
imsg.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PACKAGE= lib${LIB}
|
||||
LIB= pfctl
|
||||
INTERNALLIB= true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PACKAGE=lib${LIB}
|
||||
LIB= pmcstat
|
||||
INTERNALLIB=
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=sendmail
|
||||
SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsm
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PACKAGE=lib${LIB}
|
||||
SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsmdb
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsmutil
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
TELNETDIR= ${SRCTOP}/contrib/telnet
|
||||
.PATH: ${TELNETDIR}/libtelnet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue