minix/usr.bin/Makefile

16 lines
278 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 du man \
2012-02-17 00:06:42 +01:00
apropos chpass newgrp passwd bzip2 bzip2recover gzip
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>