diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-26 00:40:40 +0000 |
| commit | 488efef5d4aa3d69ffdaeb4e0efd106c5fdbcf8a (patch) | |
| tree | b1d715ffa5fe6015cc068c7ffa95691065e5b552 /gnu/usr.bin/diffutils/Makefile | |
| parent | 60f2388778167bbc460fbe5567ee4872abbdc988 (diff) | |
Import build structure for diffutils-2.8.1. Reviewed by christos.
Diffstat (limited to 'gnu/usr.bin/diffutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/diffutils/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/diffutils/Makefile b/gnu/usr.bin/diffutils/Makefile new file mode 100644 index 00000000000..2867ce819e4 --- /dev/null +++ b/gnu/usr.bin/diffutils/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $ + +# We don't use GNU cmp, but have our own + +SUBDIR= lib .WAIT diff diff3 sdiff # cmp + +.include <bsd.subdir.mk> |
