Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 22:35:17 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31967 for review
Message-ID:  <200305280535.h4S5ZHEu086523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31967

Change 31967 by jmallett@jmallett_big-lizard on 2003/05/27 22:34:55

	Try to catch up with recent IFC.

Affected files ...

.. //depot/projects/mips/include/Makefile#15 edit

Differences ...

==== //depot/projects/mips/include/Makefile#15 (text+ko) ====

@@ -141,23 +141,13 @@
 		ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
 	done
 .endfor
-	rm -rf ${DESTDIR}/usr/include/machine
-	ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine
-
-.include <bsd.prog.mk>
-
-installincludes: ${SHARED}
-	cd ${.CURDIR}/../sys/opencrypto; \
-	for h in *.h; do \
-		ln -fs ../../../sys/opencrypto/$$h \
-		    ${DESTDIR}${INCLUDEDIR}/crypto; \
-	done
 .if ${MACHINE_ARCH} != ${MACHINE} && exists(${.CURDIR}/../sys/${MACHINE_ARCH}/${MACHINE})
 	cd ${.CURDIR}/../sys/${MACHINE_ARCH}/${MACHINE}; \
 	for h in *.h; do \
 		ln -fs ../../../sys/${MACHINE_ARCH}/${MACHINE}/$$h \
 		    ${DESTDIR}${INCLUDEDIR}/platform; \
 	done
+.endif
 	cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
 	for h in *.h; do \
 		ln -fs ../../../sys/${MACHINE_ARCH}/include/$$h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305280535.h4S5ZHEu086523>