aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-08-15 15:47:48 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-08-15 15:47:48 +0000
commit7ddaee2559a0a08f394d4109b272de0d49d3bc85 (patch)
tree2a774fe02e4abffefa3ef08da05d0c4e7f1db2a9 /stand/libsa/Makefile
parent5a75f51a1f2aacd8fabbf9b0c9a633607cddf14e (diff)
downloadsrc-7ddaee2559a0a08f394d4109b272de0d49d3bc85.tar.gz
src-7ddaee2559a0a08f394d4109b272de0d49d3bc85.zip
stand: kick out quad.h
Use quad.h from libc instead for the time being. This reduces the number of nearly-identical-quad.h we have in tree to two with only minor changes. Prototypes for some *sh*di3 have been added to match the copy in libkern. The differences between the two are likely few enough that they can perhaps be merged with little additional effort to bring us down to 1. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=351078
Diffstat (limited to 'stand/libsa/Makefile')
-rw-r--r--stand/libsa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index 72a9775298d0..1a2d78706339 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -121,6 +121,7 @@ beforedepend:
ln -sf ${SYSDIR}/sys/stdint.h stdint.h; \
ln -sf ${SRCTOP}/include/arpa/inet.h arpa/inet.h; \
ln -sf ${SRCTOP}/include/arpa/tftp.h arpa/tftp.h; \
+ ln -sf ${LIBC_SRC}/quad/quad.h quad.h; \
for i in _time.h _strings.h _string.h; do \
[ -f xlocale/$$i ] || cp /dev/null xlocale/$$i; \
done; \