summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* setkey(8) was repo-copied from usr.sbin/ to sbin/.pjd2005-10-121-0/+1
| | | | | | This will allow for NFS mount of /usr over IPsec. Discussed on: arch@
* Compile fdisk for arm as well.cognet2005-10-031-0/+4
|
* Build mount_reiserfs on every platforms, not only i386 and pc98.dumbbell2005-06-211-2/+1
| | | | | Reviewed by: mux (mentor) Approved by: re (dougb)
* Now that dhclient builds and /etc/support has been committed, reconnectbrooks2005-06-071-0/+1
| | | | dhclient to the build.
* Temporarily disconnect dhclient from the build while I import thebrooks2005-06-071-1/+0
| | | | OpenBSD version.
* Revert last. It was the result of mismerges from cvs not an actualimp2005-06-031-1/+0
| | | | | | need. _sconfig already was there in the correct place. Noticed by: ru@
* Build sconfig on i386 to match where drivers are made it configuresimp2005-06-031-0/+1
|
* Fix order (I introduced some time ago) broken in previous revision.ru2005-05-251-1/+1
|
* Only build mount_reiserfs(8) on i386, it exists only there for now.mux2005-05-241-1/+2
| | | | Spotted by: ru
* Connect mount_reiserfs(8) to the build.dumbbell2005-05-241-0/+1
| | | | Approved by: mux (mentor)
* There's only one ipfilter directory nowdarrenr2005-04-251-8/+0
|
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* NOATM -> NO_ATMru2004-12-211-1/+1
|
* Help Tinderbox and remove mount_autofsmarkm2004-11-101-1/+0
|
* Ups! Forgot to put "sbin" on the commit line:phk2004-11-041-5/+0
| | | | Remove userland vinum(8) stuff.
* Build gpt(8) on all platforms.marcel2004-10-251-5/+1
|
* Hook mount_autofs to the build.alfred2004-09-121-0/+1
|
* Due to popular demand, hook up geom_vinum to the build.le2004-08-071-0/+1
|
* - Connect geom(8) and its libraries to the build.pjd2004-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
* Connect ggatec(8), ggated(8) and ggatel(8) to the build.pjd2004-05-031-0/+1
|
* Build gpt(8) on all platforms, except sparc64. Currently gpt(8) ismarcel2004-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.
* Remove the RAIDframe userland tool.scottl2004-03-161-1/+0
|
* Don peril-sensitive glasses and throw the switch to move nologin(8) fromcperciva2004-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
* Link pf to the build and install:mlaier2004-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)
* Connect gconcat(8) to the build.pjd2004-02-231-0/+1
| | | | Approved by: scottl (mentor)
* Fixed spacing in previous revision.ru2004-01-171-1/+1
|
* - Build things in pure dictionary order (see sort(1)).ru2004-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
* Hook mount_nfs4 to the build.alfred2004-01-061-0/+1
| | | | Noticed by: rwatson
* Remove old cxconfig utility and connect new sconfig utility to the build.imp2003-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>
* Reconnect ipfstat, ipnat, and ipftest to the build now that if_xnamebrooks2003-12-021-1/+3
| | | | | | support is enabled. Approved by: re (scottl)
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.brooks2003-10-311-3/+1
| | | | Pointy hat to: brooks
* Introduce more knobs to slim down FreeBSD userlandphk2003-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
* Make build of atm, ip6fw and ping6 depend on existing NOATM andphk2003-08-271-3/+9
| | | | NOINET6 conditionals.
* Hook up ffsinfo(8).rwatson2003-08-141-0/+1
|
* Build /sbin/gpt on amd64 for good luck as well.peter2003-07-241-1/+2
|
* Move mount_portalfs, mount_smbfs, and mount_nwfs from sbin to usr.sbin.gordon2003-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.
* Compile sunlabel on all archs.phk2003-06-171-4/+1
|
* Add fdisk for $MACHINE_ARCH == amd64peter2003-05-171-0/+4
|
* Compile bsdlabel on all platforms.phk2003-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.
* Add the mksnap_ffs command to the sbin directory. This setuid rootmckusick2003-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.
* Don't try to build devd when NO_CXX is set.obrien2003-02-211-1/+4
|
* Build sunlabel on sparc64.jake2003-01-311-0/+4
|
* IA64 still needs to be able to run on MBR+BSD combination, so put disklabelphk2003-01-261-0/+1
| | | | | | back. Pointed out by: peter
* Make disklabel(8) MD for i386/pc98 and alpha only.phk2003-01-261-1/+5
|
* Hook raidctl up to the build.scottl2002-10-231-0/+1
| | | | Submitted by: tjr
* Add devd to the build.imp2002-10-201-0/+1
|
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-201-0/+1
| | | | Sponsored by: DARPA and NAI Labs
* Turn nfsiod back on. It is basically now just a sysctl wrapper that alsopeter2002-07-241-0/+1
| | | | arranges a kldload of the nfs client file system code if necessary.
* Connect up gpt and mca subdirs for ia64peter2002-07-201-1/+3
|
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+1
| | | | | | | | | | | administrator to define certain properties of new devfs nodes before they become visible to the userland. Both static (e.g., /dev/speaker) and dynamic (e.g., /dev/bpf*, some removable devices) nodes are supported. Each DEVFS mount may have a different ruleset assigned to it, permitting different policies to be implemented for things like jails. Approved by: phk
OpenPOWER on IntegriCloud