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
Sync with manuals from netbsd-8 branch.
[minix3.git]
/
usr.bin
/
find
/
Makefile
blob
73aff82d23e9d757db8d93000def884d20e7813a
1
# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:20 lukem 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
>