diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 17:34:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 17:34:43 +0000 |
commit | ec21572fafb8f6dd438db46c3d93beddd5bbd26d (patch) | |
tree | 480493336aab3f8e456c741f592482ccfb3a6d0f /sysutils | |
parent | Archiver & backup program w/ builtin compression. (diff) |
Added afio.
Notes
Notes:
svn path=/head/; revision=2255
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 13c673467063..af1f3bef2e0e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.2 1995/09/13 09:55:30 asami Exp $ +# $Id: Makefile,v 1.3 1995/10/02 14:51:20 erich Exp $ # + SUBDIR += afio SUBDIR += manck SUBDIR += sudo SUBDIR += top |