Merge pull request #59 from Oichkatzelesfrettschen/eirikr/remove-netbsd-references-–-batch-2

Remove NetBSD references – batch 2
This commit is contained in:
Eirikr Hinngart 2025-05-31 20:16:52 -07:00 committed by GitHub
commit 03c7b35894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 1145 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
PROG= partition
MAN= partition.8
# We need this to find our partition.h while compiling natively
# on non-Minix.
CPPFLAGS+= -I${NETBSDSRCDIR}/minix/include/arch/${MACHINE_ARCH}/include
.include <bsd.prog.mk>

View File

@ -1,6 +0,0 @@
PROG= writeisofs
MAN=
CPPFLAGS+= -I${NETBSDSRCDIR}/minix/include/arch/${MACHINE_ARCH}/include
.include <bsd.prog.mk>