diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-27 16:43:12 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-27 16:43:12 +0000 |
commit | e387f47091ea2a8f1b0bf8229d2e6c875e3022ba (patch) | |
tree | 57dbe0b8f7361f0edb3d4431eedb745ef0045455 /archivers/parchive/files | |
parent | Add header/body_check warnings command (diff) |
Add parchive, an archiver that applies the data-recovery capability
concepts of RAID-like systems to the creation and recovery of multi-
part archives.
Notes
Notes:
svn path=/head/; revision=50652
Diffstat (limited to 'archivers/parchive/files')
-rw-r--r-- | archivers/parchive/files/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archivers/parchive/files/Makefile b/archivers/parchive/files/Makefile new file mode 100644 index 000000000000..4ff8cd79388c --- /dev/null +++ b/archivers/parchive/files/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PREFIX?=/usr/local +BINDIR= ${PREFIX}/bin +PROG= par +SRCS= checkpar.c fileops.c main.c makepar.c md5.c readoldpar.c rs.c rwpar.c +NOMAN= yes + +.include <bsd.prog.mk> |