summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-03-02 07:40:18 +0000
committerru <ru@FreeBSD.org>2005-03-02 07:40:18 +0000
commite80e223f73da2a558274dbf6fb283fb0eac709b6 (patch)
tree6995e330542fce685abdc343897852cd1951d783 /include/Makefile
parent7c8883e740cf42c03464cda62e3cc29490b429cd (diff)
downloadFreeBSD-src-e80e223f73da2a558274dbf6fb283fb0eac709b6.zip
FreeBSD-src-e80e223f73da2a558274dbf6fb283fb0eac709b6.tar.gz
Sync the list of headers visible with SHARED=symlinks with those
visible with SHARED=copies. Inspired by: njl
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 6e22cfd..cd59065 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -159,12 +159,17 @@ symlinks:
ln -fs ../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
done
.endfor
-.for i in ${LSUBDIRS}
+.for i in ${LSUBDIRS:Ndev/bktr}
cd ${.CURDIR}/../sys/$i; \
for h in *.h; do \
ln -fs ../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
done
.endfor
+ cd ${.CURDIR}/../sys/dev/bktr; \
+ for h in ioctl_*.h; do \
+ ln -fs ../../../../sys/dev/bktr/$$h \
+ ${DESTDIR}${INCLUDEDIR}/dev/bktr; \
+ done
.for i in ${LSUBSUBDIRS}
cd ${.CURDIR}/../sys/$i; \
for h in *.h; do \
OpenPOWER on IntegriCloud