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
vm: restore stacktrace on SIGSEGV
[minix.git]
/
commands
/
find
/
Makefile
blob
8ea80e69c6d42b083114079b686cfeec8af3c707
1
# $NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
find
7
SRCS
=
find.c function.c ls.c main.c misc.c operator.c option.c
8
9
LDADD
+= -
lutil
10
DPADD
+= ${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>