xref: /netbsd-src/external/gpl2/diffutils/bin/Makefile (revision f8c23a2b94243924f9b7311eb0ad24bf23d5c657)
1#	$NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
2
3# We don't use GNU cmp and GNU sdiff, but have our own
4
5SUBDIR=	diff diff3 # sdiff cmp
6
7.include <bsd.subdir.mk>
8