diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-04-02 14:25:46 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-04-02 14:25:46 +0000 |
commit | a42f4585960e0916692dafa4ae221e9ba979d990 (patch) | |
tree | 7b9dbaa7466e50601de7e181d086c9ec75341771 /sysutils/Makefile | |
parent | 55c9609c9c4cc26265e2a540d70c12260bf1e353 (diff) |
Add ssync 2.2, a minimalistic tool for keeping filesystems in
synchronization.
PR: 36227
Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
Notes
Notes:
svn path=/head/; revision=57201
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3c1d991451b2..125fb4f101f8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -163,6 +163,7 @@ SUBDIR += slay SUBDIR += slmon SUBDIR += socket + SUBDIR += ssync SUBDIR += star SUBDIR += stat SUBDIR += stmpclean |