diff options
author | nox <nox@FreeBSD.org> | 2011-09-17 08:06:27 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-09-17 08:06:27 +0800 |
commit | 77ca0df5faf3f02ef1c2fb3df2ed143521532d69 (patch) | |
tree | 20a760b26dcd65d8842fab79244fcc300c4a969e /sysutils | |
parent | f86cd210a428364cf008a1aa25f06d61cf1af90d (diff) | |
download | freebsd-ports-gnome-77ca0df5faf3f02ef1c2fb3df2ed143521532d69.tar.gz freebsd-ports-gnome-77ca0df5faf3f02ef1c2fb3df2ed143521532d69.tar.zst freebsd-ports-gnome-77ca0df5faf3f02ef1c2fb3df2ed143521532d69.zip |
Mark MAKE_JOBS_SAFE.
Approved by: stas (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/x86info/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index e642c8937e61..80c1ee2ff736 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -24,6 +24,7 @@ LICENSE= GPLv2 ALL_TARGET= x86info lsmsr ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/x86info bin/lsmsr +MAKE_JOBS_SAFE= yes MAN1= x86info.1 MAN8= lsmsr.8 |