diff options
author | asami <asami@FreeBSD.org> | 1996-04-09 17:05:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-09 17:05:48 +0800 |
commit | 87ed34119fcb35ddccff2aaec284ae2ad925004f (patch) | |
tree | da7b5460838c591097d11f1b24c84f95794b6af7 /sysutils | |
parent | 4f5ba991b2e61a54d27d04fad1755fcaaa656348 (diff) | |
download | freebsd-ports-gnome-87ed34119fcb35ddccff2aaec284ae2ad925004f.tar.gz freebsd-ports-gnome-87ed34119fcb35ddccff2aaec284ae2ad925004f.tar.zst freebsd-ports-gnome-87ed34119fcb35ddccff2aaec284ae2ad925004f.zip |
Added xsysinfo.
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 c496fe073a8e..70f862116c64 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/10/04 17:34:43 asami Exp $ +# $Id: Makefile,v 1.5 1996/02/29 01:58:14 asami Exp $ # SUBDIR += afio @@ -10,6 +10,7 @@ SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xperfmon + SUBDIR += xsysinfo SUBDIR += xsysstats .include <bsd.port.subdir.mk> |