From: Derrick Brashear Date: Thu, 12 Jul 2001 05:02:29 +0000 (+0000) Subject: dont-install-crypt-and-itc-headers-20010711 X-Git-Tag: openafs-stable-1_1_0~22 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b77acd6010f9ad302e0d26e730cb5e1b56b3c6fd;p=packages%2Fo%2Fopenafs.git dont-install-crypt-and-itc-headers-20010711 a header named crypt.h with one prototype isn't very useful the itc.h header is also pretty much useless so, they are gone --- diff --git a/src/des/Makefile b/src/des/Makefile index f643bebf5..178ae5f36 100644 --- a/src/des/Makefile +++ b/src/des/Makefile @@ -183,7 +183,7 @@ ${DESTDIR}lib/libdes.a: libdes.a ${INSTALL} $? $@ install install.noversion: all ukinstall ${DESTDIR}lib/libdes.a - ${INSTALL} des.h des_conf.h mit-cpyright.h crypt.h ${DESTDIR}include + ${INSTALL} des.h des_conf.h mit-cpyright.h ${DESTDIR}include ${INSTALL} odd.h ${DESTDIR}include/des_odd.h clean: diff --git a/src/util/Makefile b/src/util/Makefile index 95acedf5e..8bf9c54fe 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -38,7 +38,7 @@ install0: ${DESTDIR}include/afs/dirpath.h \ netutils.h packages.h afsutil.h pthread_glock.h \ afs_atomlist.h afs_lhash.h \ ${DESTDIR}include/afs - ${INSTALL} itc.h potpourri.h ${DESTDIR}include + ${INSTALL} potpourri.h ${DESTDIR}include install: install0 kinstall ukinstall