diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 02:53:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 02:53:34 +0800 |
commit | cfd02f8d68f428f525673ef902eb4849f6717d43 (patch) | |
tree | 5e4e37c6b2743605f53b253f47440f8beae9f080 /sysutils/Makefile | |
parent | 7e98ac4689ce4de668f6c860606bf8d0d8063338 (diff) | |
download | freebsd-ports-gnome-cfd02f8d68f428f525673ef902eb4849f6717d43.tar.gz freebsd-ports-gnome-cfd02f8d68f428f525673ef902eb4849f6717d43.tar.zst freebsd-ports-gnome-cfd02f8d68f428f525673ef902eb4849f6717d43.zip |
This is the third revision of the AGEF (please pronounce this
AGE-F, for "age files") program, which was initially posted to
net.sources March 2, 1987.
This version of the program can age by inode change time (-c),
file modification time (-m), or time of last access (-a).
This program is useful for cleaning up disks and maintaining
large collections of small files, such as mail or news spools.
PR: ports/92130
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
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 bf89efa5ed35..43fcf0481852 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -15,6 +15,7 @@ SUBDIR += adtool SUBDIR += afbinit SUBDIR += afio + SUBDIR += agef SUBDIR += ah-tty SUBDIR += am-utils SUBDIR += anacron |