3a69da5f86
-Move mkimage to list of MINIX commands
14 lines
211 B
Makefile
14 lines
211 B
Makefile
# Makefile for usr.bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# NetBSD imports
|
|
SUBDIR= indent m4 stat tic sed mkdep uniq
|
|
|
|
# Non-NetBSD imports
|
|
SUBDIR+= ministat
|
|
|
|
# Minix commands
|
|
SUBDIR+= top mkimage
|
|
|
|
.include <bsd.subdir.mk>
|