From 4e38aaedb8b582e230e546d239ad35fc756b8bab Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 9 Feb 2016 20:19:31 +0000 Subject: Explicitly add more files to the 'runtime' package. Sponsored by: The FreeBSD Foundation --- sbin/adjkerntz/Makefile | 1 + sbin/badsect/Makefile | 1 + sbin/bsdlabel/Makefile | 1 + sbin/camcontrol/Makefile | 1 + sbin/clri/Makefile | 1 + sbin/comcontrol/Makefile | 1 + sbin/conscontrol/Makefile | 1 + sbin/ddb/Makefile | 1 + sbin/devfs/Makefile | 1 + sbin/dhclient/Makefile | 1 + sbin/dmesg/Makefile | 1 + sbin/dump/Makefile | 1 + sbin/dumpfs/Makefile | 1 + sbin/dumpon/Makefile | 1 + sbin/etherswitchcfg/Makefile | 1 + sbin/fdisk/Makefile | 1 + sbin/fdisk_pc98/Makefile | 1 + sbin/ffsinfo/Makefile | 1 + sbin/fsck/Makefile | 1 + sbin/fsck_ffs/Makefile | 1 + sbin/fsck_msdosfs/Makefile | 1 + sbin/fsdb/Makefile | 1 + sbin/fsirand/Makefile | 1 + sbin/gbde/Makefile | 1 + sbin/geom/Makefile | 1 + sbin/geom/class/cache/Makefile | 1 + sbin/geom/class/concat/Makefile | 1 + sbin/geom/class/eli/Makefile | 1 + sbin/geom/class/journal/Makefile | 1 + sbin/geom/class/label/Makefile | 1 + sbin/geom/class/mirror/Makefile | 1 + sbin/geom/class/mountver/Makefile | 1 + sbin/geom/class/multipath/Makefile | 1 + sbin/geom/class/nop/Makefile | 1 + sbin/geom/class/part/Makefile | 1 + sbin/geom/class/raid/Makefile | 1 + sbin/geom/class/raid3/Makefile | 1 + sbin/geom/class/sched/Makefile | 1 + sbin/geom/class/shsec/Makefile | 1 + sbin/geom/class/stripe/Makefile | 1 + sbin/geom/class/virstor/Makefile | 1 + sbin/geom/core/Makefile | 1 + sbin/growfs/Makefile | 1 + sbin/gvinum/Makefile | 1 + sbin/ifconfig/Makefile | 1 + sbin/init/Makefile | 1 + sbin/kldconfig/Makefile | 1 + sbin/kldload/Makefile | 1 + sbin/kldstat/Makefile | 1 + sbin/kldunload/Makefile | 1 + sbin/ldconfig/Makefile | 1 + sbin/md5/Makefile | 1 + sbin/mdconfig/Makefile | 1 + sbin/mdmfs/Makefile | 1 + sbin/mknod/Makefile | 1 + sbin/mksnap_ffs/Makefile | 1 + sbin/mount/Makefile | 1 + sbin/mount_cd9660/Makefile | 1 + sbin/mount_fusefs/Makefile | 1 + sbin/mount_msdosfs/Makefile | 1 + sbin/mount_nfs/Makefile | 1 + sbin/mount_nullfs/Makefile | 1 + sbin/mount_udf/Makefile | 1 + sbin/mount_unionfs/Makefile | 1 + sbin/newfs_msdos/Makefile | 1 + sbin/nfsiod/Makefile | 1 + sbin/nos-tun/Makefile | 1 + sbin/nvmecontrol/Makefile | 1 + sbin/ping/Makefile | 1 + sbin/rcorder/Makefile | 1 + sbin/reboot/Makefile | 1 + sbin/recoverdisk/Makefile | 1 + sbin/resolvconf/Makefile | 1 + sbin/restore/Makefile | 1 + sbin/route/Makefile | 1 + sbin/savecore/Makefile | 1 + sbin/sconfig/Makefile | 1 + sbin/setkey/Makefile | 1 + sbin/shutdown/Makefile | 1 + sbin/swapon/Makefile | 1 + sbin/sysctl/Makefile | 1 + sbin/tunefs/Makefile | 1 + sbin/umount/Makefile | 1 + 83 files changed, 83 insertions(+) (limited to 'sbin') diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index 27c1289..e30841e 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= adjkerntz MAN= adjkerntz.8 diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index 68e2964..c344e6c 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= badsect LIBADD= ufs MAN= badsect.8 diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 42f0f1c..d2e34d36 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -3,6 +3,7 @@ .PATH: ${.CURDIR}/../../sys/geom +PACKAGE=runtime PROG= bsdlabel SRCS= bsdlabel.c geom_bsd_enc.c MAN+= bsdlabel.8 diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index cbc5452..f1101d3 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= camcontrol SRCS= camcontrol.c util.c .if !defined(RELEASE_CRUNCH) diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index 1ae0cf4..114f563 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= clri MAN= clri.8 WARNS?= 2 diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index d875756..9bfc468 100644 --- a/sbin/comcontrol/Makefile +++ b/sbin/comcontrol/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 5.4 (Berkeley) 6/5/91 # $FreeBSD$ +PACKAGE=runtime PROG= comcontrol MAN= comcontrol.8 diff --git a/sbin/conscontrol/Makefile b/sbin/conscontrol/Makefile index 9014d80..0bd82e6 100644 --- a/sbin/conscontrol/Makefile +++ b/sbin/conscontrol/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= conscontrol MAN= conscontrol.8 WARNS?= 2 diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile index 72abbed..914942e 100644 --- a/sbin/ddb/Makefile +++ b/sbin/ddb/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= ddb SRCS= ddb.c ddb_capture.c ddb_script.c MAN= ddb.8 diff --git a/sbin/devfs/Makefile b/sbin/devfs/Makefile index 29b0f54..eee24e0 100644 --- a/sbin/devfs/Makefile +++ b/sbin/devfs/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= devfs SRCS= devfs.c rule.c MAN= devfs.8 diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 868df6d..2e9881f 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -33,6 +33,7 @@ .include +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 diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 64a0155..a443225 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= dmesg MAN= dmesg.8 diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index e3d9aef..7c89570 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -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 diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 87eb89b..03e1aae 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= dumpfs WARNS?= 2 LIBADD= ufs diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index d11ccc7..782117c 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= dumpon MAN= dumpon.8 diff --git a/sbin/etherswitchcfg/Makefile b/sbin/etherswitchcfg/Makefile index b5cf39a..547a272 100644 --- a/sbin/etherswitchcfg/Makefile +++ b/sbin/etherswitchcfg/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 5.4 (Berkeley) 6/5/91 # $FreeBSD$ +PACKAGE=runtime PROG= etherswitchcfg MAN= etherswitchcfg.8 SRCS= etherswitchcfg.c ifmedia.c diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index a49c699..fc4bcba 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= fdisk SRCS= fdisk.c geom_mbr_enc.c WARNS?= 4 diff --git a/sbin/fdisk_pc98/Makefile b/sbin/fdisk_pc98/Makefile index 9915267..7bfa063 100644 --- a/sbin/fdisk_pc98/Makefile +++ b/sbin/fdisk_pc98/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= fdisk SRCS= fdisk.c geom_pc98_enc.c WARNS?= 4 diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 7fd033d..cdc9e7b 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -7,6 +7,7 @@ GROWFS= ${.CURDIR}/../growfs .PATH: ${GROWFS} +PACKAGE=runtime PROG= ffsinfo SRCS= ffsinfo.c debug.c MAN= ffsinfo.8 diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index 22de03c..8d3dd21 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -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 diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 0275469..b00aee5 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -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 diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index f9dd9fa..0de68f1 100644 --- a/sbin/fsck_msdosfs/Makefile +++ b/sbin/fsck_msdosfs/Makefile @@ -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 diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index e0a9cc3..729f9cd 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -2,6 +2,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= fsdb MAN= fsdb.8 SRCS= fsdb.c fsdbutil.c \ diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 2ae820a..c415b11 100644 --- a/sbin/fsirand/Makefile +++ b/sbin/fsirand/Makefile @@ -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 diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile index f80f8cd..2e5dc81 100644 --- a/sbin/gbde/Makefile +++ b/sbin/gbde/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= gbde SRCS= gbde.c template.c SRCS+= rijndael-alg-fst.c diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index 19a5636..5ef8fb8 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .if defined(RESCUE) || defined(RELEASE_CRUNCH) .PATH: ${.CURDIR}/class/part \ diff --git a/sbin/geom/class/cache/Makefile b/sbin/geom/class/cache/Makefile index 35f81d8..63b740b 100644 --- a/sbin/geom/class/cache/Makefile +++ b/sbin/geom/class/cache/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= cache diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index 34e2c28..1338056 100644 --- a/sbin/geom/class/concat/Makefile +++ b/sbin/geom/class/concat/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= concat diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile index 5eff32c..74749d2 100644 --- a/sbin/geom/class/eli/Makefile +++ b/sbin/geom/class/eli/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2 GEOM_CLASS= eli diff --git a/sbin/geom/class/journal/Makefile b/sbin/geom/class/journal/Makefile index 0e1a38ea..14fff15 100644 --- a/sbin/geom/class/journal/Makefile +++ b/sbin/geom/class/journal/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= journal diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index 0b609a1..2a51c5b 100644 --- a/sbin/geom/class/label/Makefile +++ b/sbin/geom/class/label/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= label diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index ce7ee64..195c9d5 100644 --- a/sbin/geom/class/mirror/Makefile +++ b/sbin/geom/class/mirror/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= mirror diff --git a/sbin/geom/class/mountver/Makefile b/sbin/geom/class/mountver/Makefile index 750d1a5..3dba589 100644 --- a/sbin/geom/class/mountver/Makefile +++ b/sbin/geom/class/mountver/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= mountver diff --git a/sbin/geom/class/multipath/Makefile b/sbin/geom/class/multipath/Makefile index ff40fe9..2a6b7cc 100644 --- a/sbin/geom/class/multipath/Makefile +++ b/sbin/geom/class/multipath/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= multipath diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index d9a6ca6..903cfcf0 100644 --- a/sbin/geom/class/nop/Makefile +++ b/sbin/geom/class/nop/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= nop diff --git a/sbin/geom/class/part/Makefile b/sbin/geom/class/part/Makefile index 4b67de4..b67d11f 100644 --- a/sbin/geom/class/part/Makefile +++ b/sbin/geom/class/part/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= part diff --git a/sbin/geom/class/raid/Makefile b/sbin/geom/class/raid/Makefile index 07d7140..79c05a2 100644 --- a/sbin/geom/class/raid/Makefile +++ b/sbin/geom/class/raid/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= raid diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 74e1245..b8bc5ea 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= raid3 diff --git a/sbin/geom/class/sched/Makefile b/sbin/geom/class/sched/Makefile index 6f54d3f..17e4523 100644 --- a/sbin/geom/class/sched/Makefile +++ b/sbin/geom/class/sched/Makefile @@ -1,6 +1,7 @@ # GEOM_LIBRARY_PATH # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= sched diff --git a/sbin/geom/class/shsec/Makefile b/sbin/geom/class/shsec/Makefile index 6b5c835..51cee34 100644 --- a/sbin/geom/class/shsec/Makefile +++ b/sbin/geom/class/shsec/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= shsec diff --git a/sbin/geom/class/stripe/Makefile b/sbin/geom/class/stripe/Makefile index 8ee5f6e..c0fdef1 100644 --- a/sbin/geom/class/stripe/Makefile +++ b/sbin/geom/class/stripe/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc GEOM_CLASS= stripe diff --git a/sbin/geom/class/virstor/Makefile b/sbin/geom/class/virstor/Makefile index 0924f0d..0fe24e6 100644 --- a/sbin/geom/class/virstor/Makefile +++ b/sbin/geom/class/virstor/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor GEOM_CLASS= virstor diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index 0636d03..8b69b72 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -2,6 +2,7 @@ .PATH: ${.CURDIR}/../misc +PACKAGE=runtime PROG= geom MAN= geom.8 SRCS= geom.c subr.c diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index e7017a7..a75c644 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -8,6 +8,7 @@ .PATH: ${.CURDIR}/../mount +PACKAGE=runtime PROG= growfs SRCS= growfs.c getmntopts.c MAN= growfs.8 diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index 0e56920..5bb40ea 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= gvinum SRCS= gvinum.c gvinum.h geom_vinum_share.c MAN= gvinum.8 diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index b5616a4..a3623d5 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -3,6 +3,7 @@ .include +PACKAGE=runtime PROG= ifconfig SRCS= ifconfig.c # base support diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 29ad63d..cf6de6c 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ +PACKAGE=runtime PROG= init SRCS= init.c getmntopts.c MAN= init.8 diff --git a/sbin/kldconfig/Makefile b/sbin/kldconfig/Makefile index a478c4b..3efb34f 100644 --- a/sbin/kldconfig/Makefile +++ b/sbin/kldconfig/Makefile @@ -26,6 +26,7 @@ # $FreeBSD$ # +PACKAGE=runtime PROG= kldconfig MAN= kldconfig.8 diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 05ad5ba..13c0f0e 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -26,6 +26,7 @@ # $FreeBSD$ # +PACKAGE=runtime PROG= kldload MAN= kldload.8 diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index 4bf022e..2d0c443 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/Makefile @@ -26,6 +26,7 @@ # $FreeBSD$ # +PACKAGE=runtime PROG= kldstat MAN= kldstat.8 diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index 1a25a02..5688f79 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -26,6 +26,7 @@ # $FreeBSD$ # +PACKAGE=runtime PROG= kldunload MAN= kldunload.8 diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 15c3808..6589dbc 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c LDDIR?= ${.CURDIR}/../../libexec/rtld-aout diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 5f927c4..6b65172 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 # $FreeBSD$ +PACKAGE=runtime PROG= md5 LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \ diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 6be9129..21db48a 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -2,6 +2,7 @@ .include +PACKAGE=runtime PROG= mdconfig MAN= mdconfig.8 diff --git a/sbin/mdmfs/Makefile b/sbin/mdmfs/Makefile index 999793f..e8d2d7b 100644 --- a/sbin/mdmfs/Makefile +++ b/sbin/mdmfs/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= mdmfs LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs MAN= mdmfs.8 diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index 63235b2..610d2a4 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= mknod MAN= mknod.8 diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile index de96fa0..33040ec 100644 --- a/sbin/mksnap_ffs/Makefile +++ b/sbin/mksnap_ffs/Makefile @@ -2,6 +2,7 @@ .PATH: ${.CURDIR}/../mount +PACKAGE=runtime PROG= mksnap_ffs SRCS= mksnap_ffs.c getmntopts.c MAN= mksnap_ffs.8 diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index f95085a..80d4023 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -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 diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index c70892c..83d58a2 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -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 diff --git a/sbin/mount_fusefs/Makefile b/sbin/mount_fusefs/Makefile index 9c84fa6..2197580 100644 --- a/sbin/mount_fusefs/Makefile +++ b/sbin/mount_fusefs/Makefile @@ -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 diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index ede86b4..abbad5e 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ # +PACKAGE=runtime PROG= mount_msdosfs SRCS= mount_msdosfs.c getmntopts.c MAN= mount_msdosfs.8 diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 75f7817..76c2bfb 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -2,6 +2,7 @@ # # $FreeBSD$ +PACKAGE=runtime PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c mounttab.c MAN= mount_nfs.8 diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 0b2ecc5..c9b5279 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -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 diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index 12d5d58..f0f50ab 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= mount_udf SRCS= mount_udf.c getmntopts.c MAN= mount_udf.8 diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 276fc74..cca1ea0 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -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 diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index ec5e848..3a2c49f 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= newfs_msdos MAN= newfs_msdos.8 SRCS= newfs_msdos.c mkfs_msdos.c diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 47cd290..ea66a6d 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= nfsiod MAN= nfsiod.8 diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index 9f1024f..480141e 100644 --- a/sbin/nos-tun/Makefile +++ b/sbin/nos-tun/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= nos-tun MAN= nos-tun.8 WARNS?= 3 diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile index e8a2371..42dd591 100644 --- a/sbin/nvmecontrol/Makefile +++ b/sbin/nvmecontrol/Makefile @@ -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 diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 533f8b8..8b6a3be 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -3,6 +3,7 @@ .include +PACKAGE=runtime PROG= ping MAN= ping.8 BINOWN= root diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 2f1bbac..71bc82c 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -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 diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index aa41e30..87c4730 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -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 diff --git a/sbin/recoverdisk/Makefile b/sbin/recoverdisk/Makefile index 136e570..41ef1f3 100644 --- a/sbin/recoverdisk/Makefile +++ b/sbin/recoverdisk/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= recoverdisk .include diff --git a/sbin/resolvconf/Makefile b/sbin/resolvconf/Makefile index 2d4701e..783d8b6 100644 --- a/sbin/resolvconf/Makefile +++ b/sbin/resolvconf/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime DIST= ${.CURDIR}/../../contrib/openresolv .PATH: ${DIST} diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c462f51..58fed3e 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -3,6 +3,7 @@ .PATH: ${.CURDIR}/../dump +PACKAGE=runtime PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore MAN= restore.8 diff --git a/sbin/route/Makefile b/sbin/route/Makefile index 25134e4..a1db0b6 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -3,6 +3,7 @@ .include +PACKAGE=runtime PROG= route MAN= route.8 SRCS= route.c keywords.h diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 5134e4c..f5eeb77 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= savecore LIBADD= z xo MAN= savecore.8 diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index 9698c04..bce914f 100644 --- a/sbin/sconfig/Makefile +++ b/sbin/sconfig/Makefile @@ -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 diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index e974af5..0777fff 100644 --- a/sbin/setkey/Makefile +++ b/sbin/setkey/Makefile @@ -29,6 +29,7 @@ .include +PACKAGE=runtime PROG= setkey MAN= setkey.8 SRCS= setkey.c parse.y token.l diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index 905d1bc..fc7e38b 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= shutdown MAN= shutdown.8 LINKS= ${BINDIR}/shutdown ${BINDIR}/poweroff diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index e9074be..c832be3 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= swapon MAN= swapon.8 LINKS= ${BINDIR}/swapon ${BINDIR}/swapoff diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 06ff9b4..30099ae 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +PACKAGE=runtime PROG= sysctl WARNS?= 3 MAN= sysctl.8 diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index 07fe3b1..a62d2f4 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +PACKAGE=runtime PROG= tunefs LIBADD= ufs MAN= tunefs.8 diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index e472b41..cdc66b9 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -2,6 +2,7 @@ # # $FreeBSD$ +PACKAGE=runtime PROG= umount SRCS= umount.c vfslist.c mounttab.c MAN= umount.8 -- cgit v1.1