minix/usr.bin/Makefile

17 lines
340 B
Makefile
Raw Normal View History

# Makefile for usr.bin
.include <bsd.own.mk>
2011-07-16 17:20:53 +02:00
# NetBSD imports
2012-06-06 16:28:48 +02:00
SUBDIR= login indent m4 make mktemp stat tic sed mkdep uniq seq du man \
apropos chpass newgrp passwd bzip2 bzip2recover gzip su genassym \
xinstall ldd/elf32 .WAIT ldd
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>