diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-08-06 01:59:06 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-08-06 01:59:06 +0000 |
| commit | ba10db99845c553953fd50f3483dd5ed5acf4c7d (patch) | |
| tree | 390dc90dd9521b1b86026d73c7d126b4e7ad57e4 /usr.bin/bsdiff/Makefile | |
| parent | 34cc826ae8999f454dd6cb9c77d17ce83b169f92 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bsdiff/Makefile')
| -rw-r--r-- | usr.bin/bsdiff/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/bsdiff/Makefile b/usr.bin/bsdiff/Makefile new file mode 100644 index 000000000000..8a8bc3120b58 --- /dev/null +++ b/usr.bin/bsdiff/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= bsdiff bspatch + +.include <bsd.subdir.mk> |
