diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 05:04:53 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 05:04:53 +0000 |
| commit | 86663b442590bbaed9d9265c4ee8d6813205c415 (patch) | |
| tree | 66fdefcdfa8dedb384b1342bb18dd36640be118d /include | |
| parent | 88d74af54801e3f847a8a5b9d8ef3669b6d17f5e (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 61f21fb5a077e..84cba1dfc49b3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -117,6 +117,11 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ ${DESTDIR}/usr/include/netinet .endif +.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include) + cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ + ${DESTDIR}/usr/include/machine +.endif .for i in ${SFILES} ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i .endfor |
