mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow sub-Makefile's to determine the version of the OS we are make'ing on.
This commit is contained in:
parent
312af410fe
commit
e91a7e08cf
1 changed files with 4 additions and 0 deletions
|
|
@ -58,4 +58,8 @@ LIBCC_DRV= ${.CURDIR}/../cc_drv/libcc_drv.a
|
|||
|
||||
LIBCC_INT= ${LIBDESTDIR}/libcc_int.a
|
||||
|
||||
.if !defined(OSVERSION)
|
||||
OSVERSION!= sysctl -n kern.osreldate
|
||||
.endif
|
||||
|
||||
.endif # !GCCDIR
|
||||
|
|
|
|||
Loading…
Reference in a new issue