coverity appeasement - redundant check
[minix.git] / commands / find / Makefile
blob8ea80e69c6d42b083114079b686cfeec8af3c707
1 # $NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he 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>