Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / find / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/find/Makefile,v 1.8.2.5 2003/01/22 03:26:34 peter Exp $
3 # $DragonFly: src/usr.bin/find/Makefile,v 1.2 2003/06/17 04:29:26 dillon Exp $
4
5 CFLAGS+=-Wall
6 PROG=   find
7 SRCS=   find.c function.c ls.c main.c misc.c operator.c option.c getdate.y
8 YFLAGS=
9
10 .include <bsd.prog.mk>