NetBSD/gnu/usr.bin/diffutils/Makefile
rmind 07f5c15ae5 Enable sdiff(1) in usr.bin, disable GNU sdiff(1).
lists seems to be compatible.
2007-02-18 22:44:44 +00:00

8 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/02/18 22:44:44 rmind Exp $
# We don't use GNU cmp and GNU sdiff, but have our own
SUBDIR= lib .WAIT diff diff3 # sdiff cmp
.include <bsd.subdir.mk>