Deleted Added
sdiff udiff text old ( 57003 ) new ( 61575 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/find/Makefile 61575 2000-06-12 11:12:41Z roberto $
3
4CFLAGS+= -Wall
5PROG= find
6SRCS= find.c function.c ls.c main.c misc.c operator.c option.c setflags.c
7.PATH: ${.CURDIR}/../../lib/libc/gen
8
9.include <bsd.prog.mk>