Skip to content

Commit

Permalink
Explicitly add more files to the 'runtime' package.
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
gjb authored and gjb committed Feb 9, 2016
1 parent 0dcb24c commit 4e38aae
Show file tree
Hide file tree
Showing 83 changed files with 83 additions and 0 deletions.
1 change: 1 addition & 0 deletions sbin/adjkerntz/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= adjkerntz
MAN= adjkerntz.8

Expand Down
1 change: 1 addition & 0 deletions sbin/badsect/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$

PACKAGE=runtime
PROG= badsect
LIBADD= ufs
MAN= badsect.8
Expand Down
1 change: 1 addition & 0 deletions sbin/bsdlabel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.PATH: ${.CURDIR}/../../sys/geom

PACKAGE=runtime
PROG= bsdlabel
SRCS= bsdlabel.c geom_bsd_enc.c
MAN+= bsdlabel.8
Expand Down
1 change: 1 addition & 0 deletions sbin/camcontrol/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)
Expand Down
1 change: 1 addition & 0 deletions sbin/clri/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$

PACKAGE=runtime
PROG= clri
MAN= clri.8
WARNS?= 2
Expand Down
1 change: 1 addition & 0 deletions sbin/comcontrol/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 5.4 (Berkeley) 6/5/91
# $FreeBSD$

PACKAGE=runtime
PROG= comcontrol
MAN= comcontrol.8

Expand Down
1 change: 1 addition & 0 deletions sbin/conscontrol/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= conscontrol
MAN= conscontrol.8
WARNS?= 2
Expand Down
1 change: 1 addition & 0 deletions sbin/ddb/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= ddb
SRCS= ddb.c ddb_capture.c ddb_script.c
MAN= ddb.8
Expand Down
1 change: 1 addition & 0 deletions sbin/devfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= devfs
SRCS= devfs.c rule.c
MAN= devfs.8
Expand Down
1 change: 1 addition & 0 deletions sbin/dhclient/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/dmesg/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$

PACKAGE=runtime
PROG= dmesg
MAN= dmesg.8

Expand Down
1 change: 1 addition & 0 deletions sbin/dump/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/dumpfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$

PACKAGE=runtime
PROG= dumpfs
WARNS?= 2
LIBADD= ufs
Expand Down
1 change: 1 addition & 0 deletions sbin/dumpon/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= dumpon
MAN= dumpon.8

Expand Down
1 change: 1 addition & 0 deletions sbin/etherswitchcfg/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 5.4 (Berkeley) 6/5/91
# $FreeBSD$

PACKAGE=runtime
PROG= etherswitchcfg
MAN= etherswitchcfg.8
SRCS= etherswitchcfg.c ifmedia.c
Expand Down
1 change: 1 addition & 0 deletions sbin/fdisk/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= fdisk
SRCS= fdisk.c geom_mbr_enc.c
WARNS?= 4
Expand Down
1 change: 1 addition & 0 deletions sbin/fdisk_pc98/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= fdisk
SRCS= fdisk.c geom_pc98_enc.c
WARNS?= 4
Expand Down
1 change: 1 addition & 0 deletions sbin/ffsinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
GROWFS= ${.CURDIR}/../growfs
.PATH: ${GROWFS}

PACKAGE=runtime
PROG= ffsinfo
SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
Expand Down
1 change: 1 addition & 0 deletions sbin/fsck/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/fsck_ffs/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/fsck_msdosfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/fsdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$

PACKAGE=runtime
PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c \
Expand Down
1 change: 1 addition & 0 deletions sbin/fsirand/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sbin/gbde/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= gbde
SRCS= gbde.c template.c
SRCS+= rijndael-alg-fst.c
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.if defined(RESCUE) || defined(RELEASE_CRUNCH)

.PATH: ${.CURDIR}/class/part \
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/cache/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= cache
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/concat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= concat
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/eli/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2

GEOM_CLASS= eli
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/journal/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= journal
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/label/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= label
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/mirror/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= mirror
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/mountver/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= mountver
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/multipath/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= multipath
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/nop/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= nop
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/part/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= part
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/raid/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= raid
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/raid3/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= raid3
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/sched/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GEOM_LIBRARY_PATH
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= sched
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/shsec/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= shsec
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/stripe/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc

GEOM_CLASS= stripe
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/class/virstor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor

GEOM_CLASS= virstor
Expand Down
1 change: 1 addition & 0 deletions sbin/geom/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.PATH: ${.CURDIR}/../misc

PACKAGE=runtime
PROG= geom
MAN= geom.8
SRCS= geom.c subr.c
Expand Down
1 change: 1 addition & 0 deletions sbin/growfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.PATH: ${.CURDIR}/../mount

PACKAGE=runtime
PROG= growfs
SRCS= growfs.c getmntopts.c
MAN= growfs.8
Expand Down
1 change: 1 addition & 0 deletions sbin/gvinum/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
MAN= gvinum.8
Expand Down
1 change: 1 addition & 0 deletions sbin/ifconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.include <src.opts.mk>

PACKAGE=runtime
PROG= ifconfig

SRCS= ifconfig.c # base support
Expand Down
1 change: 1 addition & 0 deletions sbin/init/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$

PACKAGE=runtime
PROG= init
SRCS= init.c getmntopts.c
MAN= init.8
Expand Down
1 change: 1 addition & 0 deletions sbin/kldconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# $FreeBSD$
#

PACKAGE=runtime
PROG= kldconfig
MAN= kldconfig.8

Expand Down
1 change: 1 addition & 0 deletions sbin/kldload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# $FreeBSD$
#

PACKAGE=runtime
PROG= kldload
MAN= kldload.8

Expand Down
1 change: 1 addition & 0 deletions sbin/kldstat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# $FreeBSD$
#

PACKAGE=runtime
PROG= kldstat
MAN= kldstat.8

Expand Down
1 change: 1 addition & 0 deletions sbin/kldunload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# $FreeBSD$
#

PACKAGE=runtime
PROG= kldunload
MAN= kldunload.8

Expand Down
1 change: 1 addition & 0 deletions sbin/ldconfig/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=runtime
PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
Expand Down
1 change: 1 addition & 0 deletions sbin/md5/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$

PACKAGE=runtime
PROG= md5

LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \
Expand Down
1 change: 1 addition & 0 deletions sbin/mdconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.include <src.opts.mk>

PACKAGE=runtime
PROG= mdconfig
MAN= mdconfig.8

Expand Down
Loading

0 comments on commit 4e38aae

Please sign in to comment.