aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-09 20:19:31 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-09 20:19:31 +0000
commit406d87b1c3c9fb02dc1256f4e634c0fc71a22799 (patch)
treece82fc9553b2d032d76c04f433760fd4c0eab4eb /sbin/geom
parentacf5bd83beda0eb439495e388cac14f1e153b738 (diff)
downloadsrc-406d87b1c3c9fb02dc1256f4e634c0fc71a22799.tar.gz
src-406d87b1c3c9fb02dc1256f4e634c0fc71a22799.zip
Explicitly add more files to the 'runtime' package.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295450
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/Makefile1
-rw-r--r--sbin/geom/class/cache/Makefile1
-rw-r--r--sbin/geom/class/concat/Makefile1
-rw-r--r--sbin/geom/class/eli/Makefile1
-rw-r--r--sbin/geom/class/journal/Makefile1
-rw-r--r--sbin/geom/class/label/Makefile1
-rw-r--r--sbin/geom/class/mirror/Makefile1
-rw-r--r--sbin/geom/class/mountver/Makefile1
-rw-r--r--sbin/geom/class/multipath/Makefile1
-rw-r--r--sbin/geom/class/nop/Makefile1
-rw-r--r--sbin/geom/class/part/Makefile1
-rw-r--r--sbin/geom/class/raid/Makefile1
-rw-r--r--sbin/geom/class/raid3/Makefile1
-rw-r--r--sbin/geom/class/sched/Makefile1
-rw-r--r--sbin/geom/class/shsec/Makefile1
-rw-r--r--sbin/geom/class/stripe/Makefile1
-rw-r--r--sbin/geom/class/virstor/Makefile1
-rw-r--r--sbin/geom/core/Makefile1
18 files changed, 18 insertions, 0 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile
index 19a56360ccce..5ef8fb847dd8 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 35f81d81b76f..63b740b5e98d 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 34e2c28fdecc..133805605cdb 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 5eff32c50689..74749d2df763 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 0e1a38ea6dc4..14fff151b62a 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 0b609a1dd3a0..2a51c5bf288d 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 ce7ee6466326..195c9d580842 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 750d1a557e5e..3dba58909d32 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 ff40fe9faa32..2a6b7cc84ba2 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 d9a6ca6f845e..903cfcf04984 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 4b67de4ef415..b67d11f3cb01 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 07d71403d48f..79c05a21b9f8 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 74e12455a432..b8bc5ea9195a 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 6f54d3f36f9f..17e4523a7224 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 6b5c835551b2..51cee346969a 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 8ee5f6e2f871..c0fdef1ca8b6 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 0924f0d2fd21..0fe24e67a548 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 0636d037a358..8b69b72e9ee1 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