xref: /dflybsd-src/usr.bin/diff/Makefile (revision a95b5cf7b30c9fc4ed6b44c97b919258b65eca4d)
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 Dillon
6*c9733229SMatthew Dillon.include <bsd.prog.mk>
7