diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 09:05:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 09:05:48 +0000 |
commit | d6155caa8387580f437014ec3b68af60840f86b6 (patch) | |
tree | ea98f78fb73a283987828d687777dc26e344b9e0 /sysutils/Makefile | |
parent | 3cb572cea26463f02e23dc43d0e1cc0c670e5371 (diff) |
Notes
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 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> |