Allow sub-Makefile's to determine the version of the OS we are make'ing on.

This commit is contained in:
David E. O'Brien 1999-11-17 07:42:40 +00:00
parent 312af410fe
commit e91a7e08cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53267

View file

@ -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