minix/usr.bin/Makefile

16 lines
237 B
Makefile
Raw Normal View History

# Makefile for usr.bin
.include <bsd.own.mk>
2011-07-16 17:20:53 +02:00
# NetBSD imports
SUBDIR= indent m4 stat tic sed mkdep uniq seq man mdocml \
apropos
2011-07-16 17:20:53 +02:00
# Non-NetBSD imports
SUBDIR+= ministat
2011-07-16 17:20:53 +02:00
# Minix commands
SUBDIR+= top mkimage
.include <bsd.subdir.mk>