diff options
author | bouyer <bouyer> | 1999-02-23 17:08:21 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1999-02-23 17:08:21 +0000 |
commit | a7d94ef0531208218373a1bf64f5d28a1d90bd1a (patch) | |
tree | 8409546be4a60783b9a487308d75dd55416c623a | |
parent | 00253656df85fbe99a871f0979b37336fd35bdf3 (diff) | |
download | pkgsrc-a7d94ef0531208218373a1bf64f5d28a1d90bd1a.tar.gz |
Reflect split of amanda.
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 48e64527ee0..666dbdd3dcf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.32 1999/01/29 21:31:34 tron Exp $ +# $NetBSD: Makefile,v 1.33 1999/02/23 17:08:21 bouyer Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp - SUBDIR += amanda + SUBDIR += amanda-common + SUBDIR += amanda-server + SUBDIR += amanda-client SUBDIR += astrolog SUBDIR += buffer SUBDIR += cal |