PERFORCE change 31968 for review
Juli Mallett
jmallett at FreeBSD.org
Tue May 27 22:42:29 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31968
Change 31968 by jmallett at 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 \
More information about the p4-projects
mailing list