f789fee254
. speeds up mkdep (i.e. world builds) significantly . have to keep minix /bin/sed for a while because previous usr/etc/rc depends on it . force mkdep to use /usr/bin/sed for speedup
11 lines
169 B
Makefile
11 lines
169 B
Makefile
# Makefile for usr.bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# NetBSD imports
|
|
SUBDIR= indent m4 mkimage stat tic sed
|
|
|
|
# Non-NetBSD imports
|
|
SUBDIR+= ministat
|
|
|
|
.include <bsd.subdir.mk>
|