mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
178 B
Makefile
8 lines
178 B
Makefile
|
|
S.yes+= userboot
|
|
S.yes+= i386
|
|
|
|
SUBDIR_DEPEND_userboot+= ${INTERP_DEPENDS}
|
|
# These won't get tacked on in an amd64 build
|
|
SUBDIR_DEPEND_i386+= ${LIB32DEPENDS} ${INTERP_DEPENDS}
|