diff options
author | agc <agc> | 2003-06-27 10:18:46 +0000 |
---|---|---|
committer | agc <agc> | 2003-06-27 10:18:46 +0000 |
commit | 0f48700defd6756035160ce21ef50d4882826775 (patch) | |
tree | 7fec6351ae1fa92d095224e7d7760ad23c39ca34 /archivers | |
parent | 59f97cb34e7e6c9feb182c57db7a7e985f08243c (diff) | |
download | pkgsrc-0f48700defd6756035160ce21ef50d4882826775.tar.gz |
Add and enable afio.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e34cae84e12..07025870396 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.60 2003/06/26 03:54:58 salo Exp $ +# $NetBSD: Makefile,v 1.61 2003/06/27 10:18:46 agc Exp $ # COMMENT= Archivers SUBDIR+= 9e +SUBDIR+= afio SUBDIR+= arc SUBDIR+= arj SUBDIR+= bicom |