minix/usr.bin/Makefile

12 lines
180 B
Makefile
Raw Normal View History

# Makefile for usr.bin
.include <bsd.own.mk>
2011-07-16 17:20:53 +02:00
# NetBSD imports
2011-07-03 23:20:43 +02:00
SUBDIR= indent m4 stat tic sed mkdep uniq
2011-07-16 17:20:53 +02:00
# Non-NetBSD imports
2011-07-22 17:28:27 +02:00
SUBDIR+= ministat mkimage
2011-07-16 17:20:53 +02:00
.include <bsd.subdir.mk>