repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel/arm: send SIGSEGV to processes
[minix3.git]
/
sbin
/
rcorder
/
Makefile
blob
86bd72e651ecbcb13db1e82017e9661fd851948a
1
# $NetBSD: Makefile,v 1.8 2008/08/03 07:50:54 lukem Exp $
2
3
PROG
=
rcorder
4
SRCS
=
hash.c rcorder.c
5
MAN
=
rcorder
.8
6
7
LDADD
+=-
lutil
8
DPADD
+=${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>