diff options
author | agc <agc@pkgsrc.org> | 1998-08-13 17:13:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-13 17:13:31 +0000 |
commit | b2de7ce0987e1143a8aa0a9f7da266cae9448813 (patch) | |
tree | 5fa696671f79557e47ebe7ab01e565a4df1a9501 | |
parent | 4447be9acd7ecf6f75ec62ad0685dbbf7a404111 (diff) | |
download | pkgsrc-b2de7ce0987e1143a8aa0a9f7da266cae9448813.tar.gz |
Add and enable dync.
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 21d329fa110..5b6fc6692c4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/08/11 11:31:44 agc Exp $ +# $NetBSD: Makefile,v 1.20 1998/08/13 17:13:31 agc Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += amanda @@ -11,6 +11,7 @@ # SUBDIR += dejagnu # needs expect - HF SUBDIR += dialog SUBDIR += dotfile + SUBDIR += dync # SUBDIR += ecc # broken - HF # SUBDIR += estic # left for someone w/ an Istec - HF SUBDIR += fd |