forced commit to test new log_accum.pl script
[dragonfly.git] / usr.bin / cmp / Makefile
blob784a2939c41bd10571e84e20195ef92694e79aae
1 # $FreeBSD: src/usr.bin/cmp/Makefile,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $
2 # $DragonFly: src/usr.bin/cmp/Makefile,v 1.3 2005/01/16 04:28:00 cpressey Exp $
3 # @(#)Makefile 8.1 (Berkeley) 6/6/93
5 PROG= cmp
6 WARNS?= 6
7 SRCS= cmp.c misc.c regular.c special.c
9 .include <bsd.prog.mk>