By the way,
Felix Palmen wrote on 2023/08/18 03:00:
>
> .if ${ARCH} == amd64
> PLIST_SUB+= AMD64="" NO_AMD64="@comment _nonexisting/"
> .else
> PLIST_SUB+= AMD64="@comment _nonexisting/" NO_AMD64=""
> .endif
> .if ${ARCH} == aarch64
> PLIST_SUB+= AARCH64="" NO_AARCH64="@comment _nonexisting/"
> .else
> PLIST_SUB+= AARCH64="@comment _nonexisting/" NO_AARCH64=""
> .endif
> .if ${ARCH} == i386
> PLIST_SUB+= I386="" NO_I386="@comment _nonexisting/"
> .else
> PLIST_SUB+= I386="@comment _nonexisting/" NO_I386=""
> .endif
Is the above written in zfbsd-ports/devel/linuxheaders44 ?
That of the Building a Linuxulator userland from source thread.
Regards.