A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.

Spotted by:	simokawa
This commit is contained in:
Ruslan Ermilov 2003-04-15 06:51:04 +00:00
parent f246e4a17f
commit 9b3f5f7760
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113508

View File

@ -10,7 +10,7 @@ INCS=
BOOTSTRAPPING?= 0
# Some tools need <sys/endian.h>.
.if !exists(/usr/include/sys/endian.h)
.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000
INCSGROUPS+= SYSHDRS
SYSHDRS= endian.h
SYSHDRSDIR= ${INCLUDEDIR}/sys