From e80e223f73da2a558274dbf6fb283fb0eac709b6 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 2 Mar 2005 07:40:18 +0000 Subject: Sync the list of headers visible with SHARED=symlinks with those visible with SHARED=copies. Inspired by: njl --- include/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/Makefile') 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 \ -- cgit v1.1