diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-08 18:15:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-08 18:15:27 +0800 |
commit | 63218369d82552229f35a74c3225d6a8c638eaf4 (patch) | |
tree | 23044922ff5fd643314379448bc8df2a574750a6 /sysutils/Makefile | |
parent | 860b1e486108110e1b0ec3362b77896a4a063664 (diff) | |
download | freebsd-ports-gnome-63218369d82552229f35a74c3225d6a8c638eaf4.tar.gz freebsd-ports-gnome-63218369d82552229f35a74c3225d6a8c638eaf4.tar.zst freebsd-ports-gnome-63218369d82552229f35a74c3225d6a8c638eaf4.zip |
Add highlnk , a tool to save disk space on hard disks by using
hardlinks.
PR: ports/82455
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 |