diff options
author | arrowd <arrowd@FreeBSD.org> | 2019-07-15 20:13:33 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2019-07-15 20:13:33 +0800 |
commit | 0823ecaf032ab13b2bd4d5bf7c2b7353aef1c2ce (patch) | |
tree | 0599cb1f0e7c52cbba94bc77231567efacabb8a3 /sysutils/Makefile | |
parent | 586df14115f563c74063833ecf97e801309a8552 (diff) | |
download | freebsd-ports-gnome-0823ecaf032ab13b2bd4d5bf7c2b7353aef1c2ce.tar.gz freebsd-ports-gnome-0823ecaf032ab13b2bd4d5bf7c2b7353aef1c2ce.tar.zst freebsd-ports-gnome-0823ecaf032ab13b2bd4d5bf7c2b7353aef1c2ce.zip |
sysutils/hs-cputype: new port. This utility prints out suitable value for CPUTYPE for a given host, can compare types and print their features.
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 bb3319cc60d3..78324c487b83 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -479,6 +479,7 @@ SUBDIR += hpacucli SUBDIR += hploscripts SUBDIR += hptcli + SUBDIR += hs-cputype SUBDIR += hstr SUBDIR += htop SUBDIR += httplog |