diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-08 10:15:27 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-08 10:15:27 +0000 |
commit | 9c53384b13a562855d91e7cd797ea5f06c81e721 (patch) | |
tree | 4f52256fe4670f2192abc477f502806fcbc22364 /sysutils/Makefile | |
parent | a645463b68789379c77bd3337a0601afc0ab5d67 (diff) |
Add highlnk , a tool to save disk space on hard disks by using
hardlinks.
PR: ports/82455
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=138697
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 34fd05ac8331..753fd670a574 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -212,6 +212,7 @@ SUBDIR += healthd SUBDIR += heartbeat SUBDIR += heirloom + SUBDIR += highlnk SUBDIR += hourglass SUBDIR += httplog SUBDIR += i855vidctl10 |