Explicitly add unmarked bin/ binaries to the runtime package.

Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate
package, which requires pre-install/post-install scripts, to be
added later.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber
2016-02-09 16:58:50 +00:00
parent 406009982a
commit ac2875fa16
37 changed files with 37 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= cat PROG= cat
.if ${MK_TESTS} != "no" .if ${MK_TESTS} != "no"
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= chflags PROG= chflags
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93 # @(#)Makefile 8.1 (Berkeley) 6/6/93
PACKAGE=runtime
PROG= chio PROG= chio
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= chmod PROG= chmod
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= cp PROG= cp
SRCS= cp.c utils.c SRCS= cp.c utils.c
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE
+1
View File
@@ -8,6 +8,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
TCSHDIR= ${.CURDIR}/../../contrib/tcsh TCSHDIR= ${.CURDIR}/../../contrib/tcsh
.PATH: ${TCSHDIR} .PATH: ${TCSHDIR}
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= date PROG= date
SRCS= date.c netdate.c vary.c SRCS= date.c netdate.c vary.c
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= dd PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.3 (Berkeley) 5/8/95 # @(#)Makefile 8.3 (Berkeley) 5/8/95
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
MOUNT= ${.CURDIR}/../../sbin/mount MOUNT= ${.CURDIR}/../../sbin/mount
.PATH: ${MOUNT} .PATH: ${MOUNT}
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= domainname PROG= domainname
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= echo PROG= echo
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -2,6 +2,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= ed PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red LINKS= ${BINDIR}/ed ${BINDIR}/red
+1
View File
@@ -2,6 +2,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= expr PROG= expr
SRCS= expr.y SRCS= expr.y
YFLAGS= YFLAGS=
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
SCRIPTS = freebsd-version SCRIPTS = freebsd-version
MAN = freebsd-version.1 MAN = freebsd-version.1
CLEANFILES = freebsd-version freebsd-version.sh CLEANFILES = freebsd-version freebsd-version.sh
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= getfacl PROG= getfacl
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= hostname PROG= hostname
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= kenv PROG= kenv
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= kill PROG= kill
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 5/31/93 # @(#)Makefile 8.2 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= ln PROG= ln
MAN= ln.1 symlink.7 MAN= ln.1 symlink.7
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= ls PROG= ls
SRCS= cmp.c ls.c print.c util.c SRCS= cmp.c ls.c print.c util.c
LIBADD= xo util LIBADD= xo util
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= mkdir PROG= mkdir
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= mv PROG= mv
.if ${MK_TESTS} != "no" .if ${MK_TESTS} != "no"
+1
View File
@@ -27,6 +27,7 @@
# regex routines and must define NET2_REGEX. # regex routines and must define NET2_REGEX.
# Pax may not compile if this not (un)defined properly. # Pax may not compile if this not (un)defined properly.
PACKAGE=runtime
PROG= pax PROG= pax
SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \ gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= pkill PROG= pkill
LIBADD= kvm jail LIBADD= kvm jail
+1
View File
@@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/2/93 # @(#)Makefile 8.1 (Berkeley) 6/2/93
PACKAGE=runtime
PROG= ps PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c SRCS= fmt.c keyword.c nlist.c print.c ps.c
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= pwait PROG= pwait
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= pwd PROG= pwd
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= realpath PROG= realpath
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= rm PROG= rm
LINKS= ${BINDIR}/rm ${BINDIR}/unlink LINKS= ${BINDIR}/rm ${BINDIR}/unlink
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= rmdir PROG= rmdir
.include <bsd.prog.mk> .include <bsd.prog.mk>
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= setfacl PROG= setfacl
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= sh PROG= sh
INSTALLFLAGS= -S INSTALLFLAGS= -S
SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \ SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= sleep PROG= sleep
.if ${MK_TESTS} != "no" .if ${MK_TESTS} != "no"
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= stty PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
+1
View File
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93 # @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= sync PROG= sync
MAN= sync.8 MAN= sync.8
+1
View File
@@ -3,6 +3,7 @@
.include <src.opts.mk> .include <src.opts.mk>
PACKAGE=runtime
PROG= test PROG= test
LINKS= ${BINDIR}/test ${BINDIR}/[ LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 [.1 MLINKS= test.1 [.1
+1
View File
@@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PACKAGE=runtime
PROG= uuidgen PROG= uuidgen
.include <bsd.prog.mk> .include <bsd.prog.mk>