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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295439
37 changed files with 37 additions and 0 deletions

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= cat
.if ${MK_TESTS} != "no"

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PACKAGE=runtime
PROG= chflags
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PACKAGE=runtime
PROG= chio
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= chmod
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= cp
SRCS= cp.c utils.c
CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE

View file

@ -8,6 +8,7 @@
.include <src.opts.mk>
PACKAGE=runtime
TCSHDIR= ${.CURDIR}/../../contrib/tcsh
.PATH: ${TCSHDIR}

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= date
SRCS= date.c netdate.c vary.c

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.3 (Berkeley) 5/8/95
# $FreeBSD$
PACKAGE=runtime
MOUNT= ${.CURDIR}/../../sbin/mount
.PATH: ${MOUNT}

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= domainname
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= echo
.include <bsd.prog.mk>

View file

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red

View file

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= expr
SRCS= expr.y
YFLAGS=

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
SCRIPTS = freebsd-version
MAN = freebsd-version.1
CLEANFILES = freebsd-version freebsd-version.sh

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= getfacl
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= hostname
.include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= kenv
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= kill
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= ln
MAN= ln.1 symlink.7

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= ls
SRCS= cmp.c ls.c print.c util.c
LIBADD= xo util

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= mkdir
.include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= mv
.if ${MK_TESTS} != "no"

View file

@ -27,6 +27,7 @@
# regex routines and must define NET2_REGEX.
# Pax may not compile if this not (un)defined properly.
PACKAGE=runtime
PROG= pax
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 \

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= pkill
LIBADD= kvm jail

View file

@ -1,6 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PACKAGE=runtime
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= pwait
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= pwd
.include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= realpath
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= rm
LINKS= ${BINDIR}/rm ${BINDIR}/unlink

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= rmdir
.include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= setfacl
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= sh
INSTALLFLAGS= -S
SHSRCS= alias.c arith_yacc.c arith_yylex.c cd.c echo.c error.c eval.c \

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= sleep
.if ${MK_TESTS} != "no"

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c

View file

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PACKAGE=runtime
PROG= sync
MAN= sync.8

View file

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= test
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 [.1

View file

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= uuidgen
.include <bsd.prog.mk>