aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Add recoverdisk to the base system, it is far too useful to livePoul-Henning Kamp2007-06-121-0/+1
| | | | | | | | | in obscurity over in src/tools. (Repocopied) Notes: svn path=/head/; revision=170636
* Remove mount_nfs4 from SUBDIR list. The mount_nfs MakefileCraig Rodrigues2007-01-231-1/+0
| | | | | | | links mount_nfs to mount_nfs4 now. Notes: svn path=/head/; revision=166192
* Detach mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs,Craig Rodrigues2006-11-221-2/+0
| | | | | | | | mount_linprocfs, and mount_std from the build. They are no longer used, and can be replaced with "mount -t fstype". Notes: svn path=/head/; revision=164527
* Hook up idmapd to the build, as the NFS4 client is not much use withoutCeri Davies2006-10-151-0/+1
| | | | | | | it. Notes: svn path=/head/; revision=163377
* rtsol is just a stripped-down version of rtsold and as such it shouldYaroslav Tykhiy2006-07-271-1/+2
| | | | | | | | | be built only if MK_INET6 is true: it's specific to IPv6. Pointed out by: ume Notes: svn path=/head/; revision=160757
* Disconnect mount_reiserfs from build.Craig Rodrigues2006-05-161-1/+0
| | | | | | | | | | | It is no longer needed, because "mount -t reiserfs" calls nmount(2) directly to mount a ReiserFS file system without the use of this external mount program. Approved by: dumbbell Notes: svn path=/head/; revision=158666
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inMax Laier2006-05-121-2/+0
| | | | | | | contrast to ip6fw - is properly lockes, it is time to retire ip6fw. Notes: svn path=/head/; revision=158500
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-5/+7
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* setkey(8) was repo-copied from usr.sbin/ to sbin/.Pawel Jakub Dawidek2005-10-121-0/+1
| | | | | | | | | This will allow for NFS mount of /usr over IPsec. Discussed on: arch@ Notes: svn path=/head/; revision=151270
* Compile fdisk for arm as well.Olivier Houchard2005-10-031-0/+4
| | | | Notes: svn path=/head/; revision=150876
* Build mount_reiserfs on every platforms, not only i386 and pc98.Jean-Sébastien Pédron2005-06-211-2/+1
| | | | | | | | Reviewed by: mux (mentor) Approved by: re (dougb) Notes: svn path=/head/; revision=147516
* Now that dhclient builds and /etc/support has been committed, reconnectBrooks Davis2005-06-071-0/+1
| | | | | | | dhclient to the build. Notes: svn path=/head/; revision=147089
* Temporarily disconnect dhclient from the build while I import theBrooks Davis2005-06-071-1/+0
| | | | | | | OpenBSD version. Notes: svn path=/head/; revision=147070
* Revert last. It was the result of mismerges from cvs not an actualWarner Losh2005-06-031-1/+0
| | | | | | | | | need. _sconfig already was there in the correct place. Noticed by: ru@ Notes: svn path=/head/; revision=146938
* Build sconfig on i386 to match where drivers are made it configuresWarner Losh2005-06-031-0/+1
| | | | Notes: svn path=/head/; revision=146936
* Fix order (I introduced some time ago) broken in previous revision.Ruslan Ermilov2005-05-251-1/+1
| | | | Notes: svn path=/head/; revision=146607
* Only build mount_reiserfs(8) on i386, it exists only there for now.Maxime Henrion2005-05-241-1/+2
| | | | | | | Spotted by: ru Notes: svn path=/head/; revision=146601
* Connect mount_reiserfs(8) to the build.Jean-Sébastien Pédron2005-05-241-0/+1
| | | | | | | Approved by: mux (mentor) Notes: svn path=/head/; revision=146569
* There's only one ipfilter directory nowDarren Reed2005-04-251-8/+0
| | | | Notes: svn path=/head/; revision=145525
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139105
* Help Tinderbox and remove mount_autofsMark Murray2004-11-101-1/+0
| | | | Notes: svn path=/head/; revision=137553
* Ups! Forgot to put "sbin" on the commit line:Poul-Henning Kamp2004-11-041-5/+0
| | | | | | | Remove userland vinum(8) stuff. Notes: svn path=/head/; revision=137200
* Build gpt(8) on all platforms.Marcel Moolenaar2004-10-251-5/+1
| | | | Notes: svn path=/head/; revision=136933
* Hook mount_autofs to the build.Alfred Perlstein2004-09-121-0/+1
| | | | Notes: svn path=/head/; revision=135093
* Due to popular demand, hook up geom_vinum to the build.Lukas Ertl2004-08-071-0/+1
| | | | Notes: svn path=/head/; revision=133270
* - Connect geom(8) and its libraries to the build.Pawel Jakub Dawidek2004-05-201-1/+1
| | | | | | | | | | | - Connect geom_stripe and geom_nop modules to the build. - Connect STRIPE and NOP classes to the LINT build. - Disconnect gconcat(8) from the build. Supported by: Wheel - Open Technologies - http://www.wheel.pl Notes: svn path=/head/; revision=129477
* Connect ggatec(8), ggated(8) and ggatel(8) to the build.Pawel Jakub Dawidek2004-05-031-0/+1
| | | | Notes: svn path=/head/; revision=128892
* Build gpt(8) on all platforms, except sparc64. Currently gpt(8) isMarcel Moolenaar2004-05-011-2/+4
| | | | | | | | | not endian agnostic and thus will create big-endian GPTs on sparc64. This we don't support. So, before gpt(8) can be used on a big-endian machine, it has to deal with the endianness. Notes: svn path=/head/; revision=128802
* Remove the RAIDframe userland tool.Scott Long2004-03-161-1/+0
| | | | Notes: svn path=/head/; revision=127068
* Don peril-sensitive glasses and throw the switch to move nologin(8) fromColin Percival2004-03-131-1/+0
| | | | | | | | | | | | | | /sbin to /usr/sbin. A symlink from /sbin/nologin -> /usr/sbin/nologin is created for compatibility purposes. This will probably not cause any problems, but anyone who is doing anything particularly unusual with nologin(8) or shells in general might be well advised to check that everything still works. Bikesheds on: cvs-all, current Notes: svn path=/head/; revision=126917
* Link pf to the build and install:Max Laier2004-03-081-0/+7
| | | | | | | | | | | | | | | | | | | This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor) Notes: svn path=/head/; revision=126756
* Connect gconcat(8) to the build.Pawel Jakub Dawidek2004-02-231-0/+1
| | | | | | | Approved by: scottl (mentor) Notes: svn path=/head/; revision=126175
* Fixed spacing in previous revision.Ruslan Ermilov2004-01-171-1/+1
| | | | Notes: svn path=/head/; revision=124601
* - Build things in pure dictionary order (see sort(1)).Ruslan Ermilov2004-01-161-23/+38
| | | | | | | | | | | | | - Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option name, also in directory order, then architecture specific sections, sorted by the architecture name, with i386 being a traditional exception. Prodded by: bde Notes: svn path=/head/; revision=124587
* Hook mount_nfs4 to the build.Alfred Perlstein2004-01-061-0/+1
| | | | | | | Noticed by: rwatson Notes: svn path=/head/; revision=124197
* Remove old cxconfig utility and connect new sconfig utility to the build.Warner Losh2003-12-031-1/+1
| | | | | | | | | | | | | The sconfig utility supports more than just cx boards, and those drivers will make their way into FreeBSD shortly (maybe before 5.2). Confirmed that this doesn't break the build. Submitted by: Roman Kurakin <rik@cronyx.ru> Approved by: re@ <scottl> Notes: svn path=/head/; revision=123130
* Reconnect ipfstat, ipnat, and ipftest to the build now that if_xnameBrooks Davis2003-12-021-1/+3
| | | | | | | | | support is enabled. Approved by: re (scottl) Notes: svn path=/head/; revision=123114
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.Brooks Davis2003-10-311-3/+1
| | | | | | | Pointy hat to: brooks Notes: svn path=/head/; revision=121817
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-291-2/+5
| | | | | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff Notes: svn path=/head/; revision=119553
* Make build of atm, ip6fw and ping6 depend on existing NOATM andPoul-Henning Kamp2003-08-271-3/+9
| | | | | | | NOINET6 conditionals. Notes: svn path=/head/; revision=119506
* Hook up ffsinfo(8).Robert Watson2003-08-141-0/+1
| | | | Notes: svn path=/head/; revision=118919
* Build /sbin/gpt on amd64 for good luck as well.Peter Wemm2003-07-241-1/+2
| | | | Notes: svn path=/head/; revision=117948
* Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin.Gordon Tetlow2003-07-021-4/+1
| | | | | | | | | | | They don't have alot of reason to be in sbin and contribute to library bloat in the dynamic case. If you are using any of these filesystem type to hold your /usr, please seek professional help. The actual code was repo-copied by joe. Notes: svn path=/head/; revision=117169
* Compile sunlabel on all archs.Poul-Henning Kamp2003-06-171-4/+1
| | | | Notes: svn path=/head/; revision=116473
* Add fdisk for $MACHINE_ARCH == amd64Peter Wemm2003-05-171-0/+4
| | | | Notes: svn path=/head/; revision=115110
* Compile bsdlabel on all platforms.Poul-Henning Kamp2003-05-051-6/+1
| | | | | | | | | | Install a link to the disklabel(8) name on i386 and alpha platforms. Leave old disklabel(8) sources intact but disconnected from the build for now. Notes: svn path=/head/; revision=114759
* Add the mksnap_ffs command to the sbin directory. This setuid rootKirk McKusick2003-03-021-0/+1
| | | | | | | | | | | program allows users in the operator group to take filesystem snapshots. Its first use will be in support of `dump -L'. Approved by: Technical Review Board <trb@FreeBSD.org> Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=111716
* Don't try to build devd when NO_CXX is set.David E. O'Brien2003-02-211-1/+4
| | | | Notes: svn path=/head/; revision=111202
* Build sunlabel on sparc64.Jake Burkholder2003-01-311-0/+4
| | | | Notes: svn path=/head/; revision=110132