diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 14:31:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 14:31:29 +0000 |
commit | fb3b86fcf74389234b8e2ee2f07ed70d872b9d8b (patch) | |
tree | 1339e325d6eda8a31167e9dae4fd4b511501bce9 /misc/Makefile | |
parent | Add patch that I've missed in my previos commit. (diff) |
add cpuid
CPU identification utility
Notes
Notes:
svn path=/head/; revision=42908
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c6ac36c7334f..609bc8277598 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -30,6 +30,7 @@ SUBDIR += cmatrix SUBDIR += colorls SUBDIR += colortail + SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cstream SUBDIR += cuecat |