Mark all internal libraries with INTERNALLIB.
This commit is contained in:
parent
46f8fdc34e
commit
423e9124d9
@ -5,14 +5,10 @@ LIBCDIR= ${.CURDIR}/../../../../lib/libc
|
||||
.PATH: ${LIBCDIR}/gen ${LIBCDIR}/stdio
|
||||
|
||||
LIB= cc_fbsd
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
INTERNALLIB= YES
|
||||
|
||||
SRCS= getobjformat.c mktemp.c
|
||||
|
||||
CFLAGS+= -D_open=open
|
||||
|
||||
install:
|
||||
@true
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -5,8 +5,7 @@
|
||||
.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR} ${GCCDIR}/../libiberty
|
||||
|
||||
LIB= cc_int
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
INTERNALLIB= YES
|
||||
|
||||
# dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
|
||||
# alias.c bitmap.c dwarf2out.c dyn-string.c \
|
||||
@ -83,7 +82,4 @@ underscore.c: Makefile
|
||||
echo '/*WARNING: This file is automatically generated!*/' >${.TARGET}
|
||||
echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET}
|
||||
|
||||
install:
|
||||
@true
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -9,9 +9,7 @@ MAINTAINER= peter@FreeBSD.org
|
||||
.PATH: ${CVSDIR}/man
|
||||
|
||||
LIB= cvs
|
||||
|
||||
NOPROFILE= yes
|
||||
NOPIC= yes
|
||||
INTERNALLIB= YES
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -I${CVSDIR}/lib
|
||||
CFLAGS+= -DHAVE_CONFIG_H
|
||||
@ -22,7 +20,4 @@ SRCS= argmatch.c getdate.y getline.c \
|
||||
sighandle.c stripslash.c \
|
||||
xgetwd.c yesno.c
|
||||
|
||||
install:
|
||||
@echo -n
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -7,16 +7,11 @@ MAINTAINER= peter@FreeBSD.org
|
||||
.PATH: ${CVSDIR}/diff
|
||||
|
||||
LIB= diff
|
||||
|
||||
NOPROFILE= yes
|
||||
NOPIC= yes
|
||||
INTERNALLIB= YES
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/lib -DHAVE_CONFIG_H
|
||||
|
||||
SRCS = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c context.c ed.c \
|
||||
normal.c ifdef.c util.c dir.c version.c diff.h side.c
|
||||
|
||||
install:
|
||||
@echo -n
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= roken
|
||||
INTERNALLIB= YES
|
||||
CFLAGS+= -I${KRB4DIR}/include \
|
||||
-I${INCLUDEOBJDIR} \
|
||||
-I${KRB4DIR}/lib/roken \
|
||||
@ -13,9 +14,6 @@ SRCS= base64.c concat.c emalloc.c eread.c erealloc.c estrdup.c \
|
||||
simple_exec.c snprintf.c socket.c strcollect.c tm2time.c \
|
||||
verify.c warnerr.c copyhostent.c strlwr.c strndup.c \
|
||||
strnlen.c strupr.c print_version.h
|
||||
NOPIC= yes
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
@ -1,14 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= sl
|
||||
INTERNALLIB= YES
|
||||
CFLAGS+= -I${KRB4DIR}/include \
|
||||
-I${KRB4DIR}/lib/sl \
|
||||
-I${KRB4DIR}/lib/roken \
|
||||
-I${INCLUDEOBJDIR}
|
||||
SRCS= sl.c ss.c strtok_r.c
|
||||
NOPIC= yes
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
${.CURDIR}/../../../contrib/amd/conf/umount
|
||||
|
||||
LIB= amu
|
||||
NOMAN= noman
|
||||
INTERNALLIB= YES
|
||||
SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
|
||||
util.c wire.c xutil.c
|
||||
|
||||
@ -28,6 +28,4 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd/libamu \
|
||||
nfs_prot_x.c: ${NFS_PROT_X}
|
||||
${RPCCOM} -c -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,14 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= cron
|
||||
NOPIC= yes
|
||||
NOPROFILE= yes
|
||||
INTERNALLIB= YES
|
||||
SRCS= entry.c env.c misc.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../cron
|
||||
CFLAGS+= -DLOGIN_CAP
|
||||
|
||||
install:
|
||||
@echo -n
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -6,14 +6,10 @@
|
||||
# but the library makes it much easier to modularize them.
|
||||
#
|
||||
LIB= lpr
|
||||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
NOMAN= noman
|
||||
INTERNALLIB= YES
|
||||
SRCS= common.c ctlinfo.c displayq.c net.c printcap.c request.c \
|
||||
rmjob.c startdaemon.c
|
||||
|
||||
CFLAGS+= ${CWARNFLAGS}
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -4,14 +4,9 @@ S= ${.CURDIR}/..
|
||||
.PATH: $S
|
||||
|
||||
LIB= mrouted
|
||||
NOPROFILE= yes
|
||||
NOPIC= yes
|
||||
NOMAN= #true
|
||||
INTERNALLIB= YES
|
||||
SRCS= igmp.c inet.c kern.c
|
||||
|
||||
CFLAGS+= -I$S
|
||||
|
||||
# nothing to install
|
||||
install:
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user