2011-06-29 00:15:19 +02:00
|
|
|
# Makefile for usr.bin
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2011-07-16 17:20:53 +02:00
|
|
|
# NetBSD imports
|
2012-03-13 02:37:22 +01:00
|
|
|
SUBDIR= indent m4 stat tic sed mkdep uniq seq du man \
|
2012-03-30 18:35:18 +02:00
|
|
|
apropos chpass newgrp passwd bzip2 bzip2recover gzip su genassym
|
2011-06-29 00:15:19 +02:00
|
|
|
|
2011-07-16 17:20:53 +02:00
|
|
|
# Non-NetBSD imports
|
2011-07-25 11:48:30 +02:00
|
|
|
SUBDIR+= ministat
|
2011-07-16 17:20:53 +02:00
|
|
|
|
2011-07-21 16:29:08 +02:00
|
|
|
# Minix commands
|
2011-07-25 11:48:30 +02:00
|
|
|
SUBDIR+= top mkimage
|
2011-07-21 16:29:08 +02:00
|
|
|
|
2011-06-29 00:15:19 +02:00
|
|
|
.include <bsd.subdir.mk>
|