summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
committerume <ume@FreeBSD.org>2005-03-11 17:24:46 +0000
commit5ce7e2e80a4c964711bcae675ca625200babec5a (patch)
tree67d309c11bf72836186db6d48b3ed9845eb02c30 /include/Makefile
parent1723d628c51d72cc99e99fc848c4b4f1b5fdcafe (diff)
downloadFreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.zip
FreeBSD-src-5ce7e2e80a4c964711bcae675ca625200babec5a.tar.gz
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
the two became almost identical since latest KAME merge. Discussed with: sam
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 0dfd110..28d25cc 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -142,6 +142,9 @@ copies:
cd ${.CURDIR}/../sys/contrib/pf/net; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}${INCLUDEDIR}/net
+ cd ${.CURDIR}/../sys/crypto; \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
+ ${DESTDIR}${INCLUDEDIR}/crypto
cd ${.CURDIR}/../sys/opencrypto; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}${INCLUDEDIR}/crypto
@@ -199,6 +202,11 @@ symlinks:
ln -fs ../../../sys/contrib/pf/net/$$h \
${DESTDIR}${INCLUDEDIR}/net; \
done
+ cd ${.CURDIR}/../sys/crypto; \
+ for h in rijndael/rijndael.h; do \
+ ln -fs ../../../sys/crypto/$$h \
+ ${DESTDIR}${INCLUDEDIR}/crypto; \
+ done
cd ${.CURDIR}/../sys/opencrypto; \
for h in *.h; do \
ln -fs ../../../sys/opencrypto/$$h \
OpenPOWER on IntegriCloud