repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
find
/
Makefile
blob
5cbcfd73abe9dc939952924c08b9fb955cf68e9a
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
>