diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-09 20:19:31 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-09 20:19:31 +0000 |
commit | 4e38aaedb8b582e230e546d239ad35fc756b8bab (patch) | |
tree | ce82fc9553b2d032d76c04f433760fd4c0eab4eb /sbin/bsdlabel | |
parent | 0dcb24c3710b02394a7d52bf7001406fde023414 (diff) | |
download | FreeBSD-src-4e38aaedb8b582e230e546d239ad35fc756b8bab.zip FreeBSD-src-4e38aaedb8b582e230e546d239ad35fc756b8bab.tar.gz |
Explicitly add more files to the 'runtime' package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r-- | sbin/bsdlabel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |