diff options
author | dteske <dteske@FreeBSD.org> | 2012-10-03 02:32:47 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2012-10-03 02:32:47 +0000 |
commit | ae42961686c0ffdabdf4432badf90120b39c253c (patch) | |
tree | 099c04954d6b260d388c0c2308be3db9cdbfee73 /usr.sbin/Makefile | |
parent | 22657893cf406906bc90adf4d67c26444ea9930f (diff) | |
download | FreeBSD-src-ae42961686c0ffdabdf4432badf90120b39c253c.zip FreeBSD-src-ae42961686c0ffdabdf4432badf90120b39c253c.tar.gz |
Import sysutils/sysrc from the ports tree (current version 5.1). Importing
disconnected under the WITH_BSDCONFIG flag (a good idea since this version of
sysrc(8) indeed requires the `sysrc.subr' module installed by bsdconfig(8)).
Multiple reasons sysrc should not simply continue to live in ports. The most
important being that it is tightly coupled with the base.
Approved by: adrian (co-mentor)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 19c19c96..a915cab 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -147,6 +147,7 @@ SUBDIR+= bluetooth .if ${MK_BSDCONFIG} != "no" SUBDIR+= bsdconfig +SUBDIR+= sysrc .endif .if ${MK_BSNMP} != "no" |