aboutsummaryrefslogtreecommitdiff
path: root/tools/bsdbox/Makefile.net
Commit message (Collapse)AuthorAgeFilesLines
* bsdbox: fix the buildKyle Evans2025-04-211-0/+1
| | | | | | | | | hostapd is removed for now because it's a little less trivial with recent wpa architecture. The rest is adopting to ncurses and ifconfig changes, as well as a switch in PIE default. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D42498
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* add missing lib80211 include.Adrian Chadd2015-11-301-0/+1
| | | | Notes: svn path=/head/; revision=291479
* Remove IPX support.Gleb Smirnoff2014-03-141-2/+0
| | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE. Notes: svn path=/head/; revision=263140
* Import the first cut of "bsdbox".Adrian Chadd2012-01-061-0/+32
This uses the existing crunchgen infrastructure to build a series of tools designed to replace the base and networking tools on an embedded system. It reuses 'bsd.crunchgen.mk' to drive the actual file creation. The rescue build system also uses this. Unlike busybox, it doesn't include its own source - instead, it just builds from the sources in /usr/src/ and leverages the existing BSD framework. Thie is still quite messy and could do with a whole lot of cleaning up. However it is proving to be very useful with my current build framework, allowing me to build binary root images that are about 30% less than simply cherrypicking files and libraries from an installworld. Notes: svn path=/head/; revision=229675