Explicitly add more files to the 'runtime' package.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-09 20:19:31 +00:00
parent acf5bd83be
commit 406d87b1c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295450
83 changed files with 83 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= adjkerntz
MAN= adjkerntz.8

View File

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

View File

@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../../sys/geom
PACKAGE=runtime
PROG= bsdlabel
SRCS= bsdlabel.c geom_bsd_enc.c
MAN+= bsdlabel.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)

View File

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

View File

@ -1,6 +1,7 @@
# @(#)Makefile 5.4 (Berkeley) 6/5/91
# $FreeBSD$
PACKAGE=runtime
PROG= comcontrol
MAN= comcontrol.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= conscontrol
MAN= conscontrol.8
WARNS?= 2

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= ddb
SRCS= ddb.c ddb_capture.c ddb_script.c
MAN= ddb.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= devfs
SRCS= devfs.c rule.c
MAN= devfs.8

View File

@ -33,6 +33,7 @@
.include <src.opts.mk>
PACKAGE=runtime
SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
parse.c privsep.c

View File

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

View File

@ -13,6 +13,7 @@
# DEBUG use local directory to find ddate and dumpdates
# TDEBUG trace out the process forking
PACKAGE=runtime
PROG= dump
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= dumpfs
WARNS?= 2
LIBADD= ufs

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= dumpon
MAN= dumpon.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 5.4 (Berkeley) 6/5/91
# $FreeBSD$
PACKAGE=runtime
PROG= etherswitchcfg
MAN= etherswitchcfg.8
SRCS= etherswitchcfg.c ifmedia.c

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= fdisk
SRCS= fdisk.c geom_mbr_enc.c
WARNS?= 4

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= fdisk
SRCS= fdisk.c geom_pc98_enc.c
WARNS?= 4

View File

@ -7,6 +7,7 @@
GROWFS= ${.CURDIR}/../growfs
.PATH: ${GROWFS}
PACKAGE=runtime
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $
# $FreeBSD$
PACKAGE=runtime
PROG= fsck
SRCS= fsck.c fsutil.c preen.c
MAN= fsck.8

View File

@ -1,6 +1,7 @@
# $FreeBSD$
# @(#)Makefile 8.2 (Berkeley) 4/27/95
PACKAGE=runtime
PROG= fsck_ffs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd

View File

@ -4,6 +4,7 @@
FSCK= ${.CURDIR}/../fsck
.PATH: ${FSCK}
PACKAGE=runtime
PROG= fsck_msdosfs
MAN= fsck_msdosfs.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c

View File

@ -2,6 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c \

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $
# $FreeBSD$
PACKAGE=runtime
PROG= fsirand
MAN= fsirand.8
WARNS?= 3

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= gbde
SRCS= gbde.c template.c
SRCS+= rijndael-alg-fst.c

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.if defined(RESCUE) || defined(RELEASE_CRUNCH)
.PATH: ${.CURDIR}/class/part \

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= cache

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= concat

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2
GEOM_CLASS= eli

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= journal

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= label

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= mirror

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= mountver

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= multipath

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= nop

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= part

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= raid

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= raid3

View File

@ -1,6 +1,7 @@
# GEOM_LIBRARY_PATH
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= sched

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= shsec

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= stripe

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor
GEOM_CLASS= virstor

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR}/../misc
PACKAGE=runtime
PROG= geom
MAN= geom.8
SRCS= geom.c subr.c

View File

@ -8,6 +8,7 @@
.PATH: ${.CURDIR}/../mount
PACKAGE=runtime
PROG= growfs
SRCS= growfs.c getmntopts.c
MAN= growfs.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
MAN= gvinum.8

View File

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= ifconfig
SRCS= ifconfig.c # base support

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$
PACKAGE=runtime
PROG= init
SRCS= init.c getmntopts.c
MAN= init.8

View File

@ -26,6 +26,7 @@
# $FreeBSD$
#
PACKAGE=runtime
PROG= kldconfig
MAN= kldconfig.8

View File

@ -26,6 +26,7 @@
# $FreeBSD$
#
PACKAGE=runtime
PROG= kldload
MAN= kldload.8

View File

@ -26,6 +26,7 @@
# $FreeBSD$
#
PACKAGE=runtime
PROG= kldstat
MAN= kldstat.8

View File

@ -26,6 +26,7 @@
# $FreeBSD$
#
PACKAGE=runtime
PROG= kldunload
MAN= kldunload.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$
PACKAGE=runtime
PROG= md5
LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \

View File

@ -2,6 +2,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= mdconfig
MAN= mdconfig.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= mdmfs
LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
MAN= mdmfs.8

View File

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

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR}/../mount
PACKAGE=runtime
PROG= mksnap_ffs
SRCS= mksnap_ffs.c getmntopts.c
MAN= mksnap_ffs.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.6 (Berkeley) 5/8/95
# $FreeBSD$
PACKAGE=runtime
PROG= mount
SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
MAN= mount.8 mount.conf.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.3 (Berkeley) 3/27/94
# $FreeBSD$
PACKAGE=runtime
PROG= mount_cd9660
SRCS= mount_cd9660.c getmntopts.c
MAN= mount_cd9660.8

View File

@ -20,6 +20,7 @@ DEBUG_FLAGS+= -D_DEBUG_MSG
DEBUG_FLAGS+= -DFUSE4BSD_VERSION="\"${F4BVERS}\""
.endif
PACKAGE=runtime
PROG= mount_fusefs
SRCS= mount_fusefs.c getmntopts.c
MAN8= mount_fusefs.8

View File

@ -2,6 +2,7 @@
# $FreeBSD$
#
PACKAGE=runtime
PROG= mount_msdosfs
SRCS= mount_msdosfs.c getmntopts.c
MAN= mount_msdosfs.8

View File

@ -2,6 +2,7 @@
#
# $FreeBSD$
PACKAGE=runtime
PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.3 (Berkeley) 3/27/94
# $FreeBSD$
PACKAGE=runtime
PROG= mount_nullfs
SRCS= mount_nullfs.c getmntopts.c
MAN= mount_nullfs.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= mount_udf
SRCS= mount_udf.c getmntopts.c
MAN= mount_udf.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.3 (Berkeley) 3/27/94
# $FreeBSD$
PACKAGE=runtime
PROG= mount_unionfs
SRCS= mount_unionfs.c getmntopts.c
MAN= mount_unionfs.8

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= newfs_msdos
MAN= newfs_msdos.8
SRCS= newfs_msdos.c mkfs_msdos.c

View File

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

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= nos-tun
MAN= nos-tun.8
WARNS?= 3

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= nvmecontrol
SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
perftest.c reset.c nvme_util.c power.c

View File

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= ping
MAN= ping.8
BINOWN= root

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
# $FreeBSD$
PACKAGE=runtime
PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c
MAN= rcorder.8

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= reboot
MAN= reboot.8 nextboot.8
MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8

View File

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

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
DIST= ${.CURDIR}/../../contrib/openresolv
.PATH: ${DIST}

View File

@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../dump
PACKAGE=runtime
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
MAN= restore.8

View File

@ -3,6 +3,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= route
MAN= route.8
SRCS= route.c keywords.h

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE=runtime
PROG= savecore
LIBADD= z xo
MAN= savecore.8

View File

@ -1,6 +1,7 @@
# Cronyx Id: sbin.sconfig.Makefile,v 1.1.4.1 2003/02/17 12:51:24 rik Exp $
# $FreeBSD$
PACKAGE=runtime
PROG= sconfig
MAN= sconfig.8
MANSUBDIR= /i386

View File

@ -29,6 +29,7 @@
.include <src.opts.mk>
PACKAGE=runtime
PROG= setkey
MAN= setkey.8
SRCS= setkey.c parse.y token.l

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= shutdown
MAN= shutdown.8
LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PACKAGE=runtime
PROG= swapon
MAN= swapon.8
LINKS= ${BINDIR}/swapon ${BINDIR}/swapoff

View File

@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PACKAGE=runtime
PROG= sysctl
WARNS?= 3
MAN= sysctl.8

View File

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

View File

@ -2,6 +2,7 @@
#
# $FreeBSD$
PACKAGE=runtime
PROG= umount
SRCS= umount.c vfslist.c mounttab.c
MAN= umount.8