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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
commands
/
sprofalyze
/
Makefile
blob
dc47128ec3a1f50f32e64dfa945c99f51ae2239e
1
# Makefile for sprofalyze
2
3
PROG
=
sprofalyze
4
SRCS
=
sprofalyze.c
5
MAN
=
sprofalyze
.8
6
7
.
include
<
bsd.prog.mk
>