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

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=31968

Change 31968 by jmallett@jmallett_big-lizard on 2003/05/27 22:42:23

	Add back just a bit of accidentally-removed stuff.

Affected files ...

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

Differences ...

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

@@ -141,6 +141,11 @@
 		ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
 	done
 .endfor
+	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 \



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