opnsense-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 bsdbox: fix the build 2025-04-20 22:45:00 -05:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.fs Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.hostapd bsdbox: use paths relative to SRCTOP instead of .CURDIR 2025-04-20 22:45:02 -05:00
Makefile.kld Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.login Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.net bsdbox: fix the build 2025-04-20 22:45:00 -05:00
Makefile.textproc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00

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