mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53267
@ -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 New Issue
Block a user