diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1999-02-04 05:12:53 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-02-04 05:12:53 +0000 |
commit | 1d955cfe68a9455bec506eb220e081e45b8baa2c (patch) | |
tree | 92edc5275ac4e8c73be7fe247d3f0a33746757ec /sysutils/Makefile | |
parent | Update to version 3.0. This version only works for FreeBSD 3.0R or (diff) |
Add xperfmon3
Notes
Notes:
svn path=/head/; revision=16535
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2cecfb374230..d1b058ea35af 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1999/01/13 23:10:30 billf Exp $ +# $Id: Makefile,v 1.59 1999/01/18 03:42:59 steve Exp $ # SUBDIR += LPRng @@ -58,6 +58,7 @@ SUBDIR += xlogmaster SUBDIR += xosview SUBDIR += xperfmon + SUBDIR += xperfmon3 SUBDIR += xsysinfo SUBDIR += xsysstats SUBDIR += xwatch |