diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-07-17 17:43:18 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-07-17 17:43:18 +0000 |
commit | 1e23be623cdadb006e44e53dd7ffe5546b024099 (patch) | |
tree | 4fe20ac33dd892680bfa4d28935e8184cfaea99b /sysutils | |
parent | Import of xwatch, a Gtk-based program for watching log files, a (diff) |
Activate xwatch.
Notes
Notes:
svn path=/head/; revision=11936
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 939b58a80a1b..e3d90925dc47 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1998/07/12 22:49:49 steve Exp $ +# $Id: Makefile,v 1.38 1998/07/15 09:58:15 dburr Exp $ # SUBDIR += LPRng @@ -41,5 +41,6 @@ SUBDIR += xperfmon SUBDIR += xsysinfo SUBDIR += xsysstats + SUBDIR += xwatch .include <bsd.port.subdir.mk> |