15 lines
277 B
Makefile
15 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>
|