housekeeping

This commit is contained in:
Eirikr Hinngart 2025-05-31 18:19:17 -07:00
parent da28b3d90f
commit ac723761ad
8 changed files with 0 additions and 20 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
minix/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,2 +0,0 @@
.include <bsd.subdir.mk>

View File

@ -1,3 +0,0 @@
BINDIR?=/bin
.include "../Makefile.inc"

View File

@ -1 +0,0 @@
.include <bsd.subdir.mk>

View File

@ -1,4 +0,0 @@
BINDIR?=/sbin
MAN?=
.include "../Makefile.inc"

BIN
minix/usr.bin/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,10 +0,0 @@
#
# Makefile for the toproto tool.
#
PROG=toproto
MAN=
CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod
.PATH: ${NETBSDSRCDIR}/sbin/mknod
.include <bsd.prog.mk>