minix/usr.bin/Makefile
2011-11-18 11:11:04 +01:00

16 lines
277 B
Makefile

# Makefile for usr.bin
.include <bsd.own.mk>
# NetBSD imports
SUBDIR= indent m4 stat tic sed mkdep uniq seq man mdocml \
apropos chpass newgrp passwd bzip2 bzip2recover
# Non-NetBSD imports
SUBDIR+= ministat
# Minix commands
SUBDIR+= top mkimage
.include <bsd.subdir.mk>