diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-14 18:13:23 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-14 18:13:23 +0000 |
commit | ec3f156be6f24afbb50e5ad12d3ed9440d3a6358 (patch) | |
tree | ff740238349e7ba94c136fb1a0e8c483a937550e /sysutils/Makefile | |
parent | a1e2d301058014cb6a62b9c873358dfc6527e146 (diff) | |
download | FreeBSD-ports-ec3f156be6f24afbb50e5ad12d3ed9440d3a6358.zip FreeBSD-ports-ec3f156be6f24afbb50e5ad12d3ed9440d3a6358.tar.gz |
add x86info
Utility to display information about the systems x86 processor(s)
PR: 30116
Submitted by: Erik Greenwald <erik@smluc.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e45de11..91e28bb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -187,6 +187,7 @@ SUBDIR += wmpccard SUBDIR += wmtop SUBDIR += wmzazof + SUBDIR += x86info SUBDIR += xbatt SUBDIR += xbattbar SUBDIR += xcdroast |