minix/minix/usr.bin/Makefile
David van Moolenbroek d794ecc9ef Replace NetBSD grep with OpenBSD grep
The NetBSD version is seriously broken--it is unable to match lines
against an empty pattern--and appears to be unmaintained.

The new version is the latest OpenBSD grep, with a number of MINIX-
specific changes marked as such, and an additional number of
(signed/unsigned, const) fixes to pass compilation.

Since this is not NetBSD code, move back the entire thing into
minix/usr.bin.

Change-Id: Icd40794a2d0cff9e7fb452db7d28c16dbd25e51d
2014-09-30 18:09:56 +00:00

13 lines
197 B
Makefile

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "earm"
SUBDIR+= eepromread
.endif # ${MACHINE_ARCH} == "earm"
SUBDIR+= grep
SUBDIR+= ministat
SUBDIR+= top
SUBDIR+= toproto
.include <bsd.subdir.mk>