freebsd-src/tools/bsdbox
Kyle Evans e018d97ce5 bsdbox: use paths relative to SRCTOP instead of .CURDIR
This has been the going trend for years now, so switch to it.

Reviewed by:	adrian, imp
Differential Revision:	https://reviews.freebsd.org/D42502
2025-04-20 22:45:02 -05:00
..
Makefile bsdbox: fix the hostapd build, hook it back up 2025-04-20 22:45:01 -05:00
Makefile.base
Makefile.depend
Makefile.fs
Makefile.hostapd bsdbox: use paths relative to SRCTOP instead of .CURDIR 2025-04-20 22:45:02 -05:00
Makefile.kld
Makefile.login
Makefile.net
Makefile.textproc
README

This is a very cut down implementation of a "busybox" style binary
for FreeBSD.

It's based on the rescue build system, which uses the crunchgen functionality
to build binaries.

It's a work in progress.

  -- adrian