repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
worldstone: add -s for statistical profiling
[minix.git]
/
usr.bin
/
Makefile
blob
73183dc344dd768441390862e744c0a5794971fc
1
# Makefile for usr.bin
2
3
.
include
<
bsd.own.mk
>
4
5
# NetBSD imports
6
SUBDIR
=
login indent m4 make mktemp stat tic sed mkdep uniq seq du man \
7
apropos chpass newgrp passwd bzip2 bzip2recover gzip su genassym \
8
xinstall ldd
/
elf32 .WAIT ldd
9
10
# Non-NetBSD imports
11
SUBDIR
+=
ministat
12
13
# Minix commands
14
SUBDIR
+=
top
15
16
.
include
<
bsd.subdir.mk
>