Skip to content

Commit

Permalink
Sync Mk with ports
Browse files Browse the repository at this point in the history
  • Loading branch information
DPorts Builder committed Jul 12, 2022
1 parent d91038a commit 9293327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mk/bsd.port.mk
Expand Up @@ -1194,6 +1194,7 @@ OSREL= ${.MAKE.DF.OSREL}
DFLYVERSION!= ${AWK} '/^\#define[[:blank:]]__DragonFly_version/ {print $$3}' < /usr/include/sys/param.h
OSREL!= ${ECHO} ${DFLYVERSION} | ${AWK} '{a=int($$1/100000); b=int(($$1-(a*100000))/100); print a "." b}'
. endif
.endif
_EXPORTED_VARS+= DFLYVERSION OSREL

. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1203000
Expand Down Expand Up @@ -2081,7 +2082,7 @@ _MAKE_JOBS_NUMBER:= ${MAKE_JOBS_NUMBER}
. else
. if !defined(_SMP_CPUS)
_SMP_CPUS!= ${SYSCTL} -n hw.ncpu
. endif
. endif
_EXPORTED_VARS+= _SMP_CPUS
_MAKE_JOBS_NUMBER= ${_SMP_CPUS}
. endif
Expand Down

0 comments on commit 9293327

Please sign in to comment.