diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-26 23:16:06 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-26 23:16:06 +0000 |
| commit | 5666aadb3ddf92915fa484c460bcf9623d08fcf8 (patch) | |
| tree | 0816e10ab8fbd7ed1c706af2ca3a7f07ca804880 /lib/libutil/Makefile | |
| parent | 4085a92bc9323e55ee127b879c74bfb3a4bdf229 (diff) | |
Further extend the quotafile API.
Notes
svn path=/projects/quota64/; revision=197532
Diffstat (limited to 'lib/libutil/Makefile')
| -rw-r--r-- | lib/libutil/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index d7bd6dc145a5..6b489d3b9d3c 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -60,8 +60,12 @@ MLINKS+=pidfile.3 pidfile_open.3 \ pidfile.3 pidfile_close.3 \ pidfile.3 pidfile_remove.3 MLINKS+=quotafile.3 quota_open.3 \ + quotafile.3 quota_fsname.3 \ + quotafile.3 quota_qfname.3 \ + quotafile.3 quota_statfs.3 \ quotafile.3 quota_read.3 \ - quotafile.3 quota_write.3 \ + quotafile.3 quota_write_limits.3 \ + quotafile.3 quota_write_usage.3 \ quotafile.3 quota_close.3 .include <bsd.lib.mk> |
