Sync with manuals from netbsd-8 branch.
[minix3.git] / usr.bin / find / Makefile
blob73aff82d23e9d757db8d93000def884d20e7813a
1 # $NetBSD: Makefile,v 1.13 2009/04/14 22:15:20 lukem Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93
4 .include <bsd.own.mk>
6 PROG= find
7 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
9 LDADD+=-lutil
10 DPADD+=${LIBUTIL}
12 .include <bsd.prog.mk>