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/bspatch/Makefile | |
| parent | 34cc826ae8999f454dd6cb9c77d17ce83b169f92 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bsdiff/bspatch/Makefile')
| -rw-r--r-- | usr.bin/bsdiff/bspatch/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/bsdiff/bspatch/Makefile b/usr.bin/bsdiff/bspatch/Makefile new file mode 100644 index 000000000000..c0ed5219167f --- /dev/null +++ b/usr.bin/bsdiff/bspatch/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +PROG= bspatch + +DPADD= ${LIBBZ2} +LDADD= -lbz2 + +.include <bsd.prog.mk> |
