minix/usr.bin/Makefile
Ben Gras bc0a39238e worldstone benchmark script
. also imports seq(1) to help it
	. add -C option to time(1) to print tsc difference
	. increase col width for ministat for tsc numbers
2011-09-24 14:49:55 +00:00

15 lines
215 B
Makefile

# Makefile for usr.bin
.include <bsd.own.mk>
# NetBSD imports
SUBDIR= indent m4 stat tic sed mkdep uniq seq
# Non-NetBSD imports
SUBDIR+= ministat
# Minix commands
SUBDIR+= top mkimage
.include <bsd.subdir.mk>