280d8c668e
Change-Id: I47308635f6307066643f83f07b6751b1f2a05eb4
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# Makefile for usr.bin
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# NetBSD imports
|
|
SUBDIR= login indent cksum 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
|
|
|
|
# Non-NetBSD imports
|
|
SUBDIR+= ministat
|
|
|
|
# Minix commands
|
|
SUBDIR+= top
|
|
|
|
.include <bsd.subdir.mk>
|