xref: /dflybsd-src/usr.bin/diff/Makefile (revision c9733229451fac5faa53b1a016b01866eae75a1c)
1*c9733229SMatthew Dillon#	$OpenBSD: Makefile,v 1.3 2007/05/29 18:24:56 ray Exp $
2*c9733229SMatthew Dillon
3*c9733229SMatthew DillonPROG=	diff
4*c9733229SMatthew DillonSRCS=	diff.c diffdir.c diffreg.c xmalloc.c
5*c9733229SMatthew DillonCOPTS+= -Wall
6*c9733229SMatthew Dillon
7*c9733229SMatthew Dillon.include <bsd.prog.mk>
8