From: Derrick Brashear Date: Mon, 13 Dec 2004 19:39:51 +0000 (+0000) Subject: STABLE14-sys-depinstall-20041210 X-Git-Tag: openafs-devel-1_3_76~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=391c1eed36365f17ede93ac6824a4d84cc773f7d;p=packages%2Fo%2Fopenafs.git STABLE14-sys-depinstall-20041210 add depinstall in sys directory (cherry picked from commit 8c912bedbcb532d6aa40134a54679539ae8b7245) --- diff --git a/src/sys/Makefile.in b/src/sys/Makefile.in index 4a197c8e0..497e4133f 100644 --- a/src/sys/Makefile.in +++ b/src/sys/Makefile.in @@ -189,6 +189,13 @@ ${KERNELDIR}/afs: ${KERNELDIR}/afs/xfsattrs.h: xfsattrs.h ${INSTALL} $? $@ +depinstall: \ + ${TOP_INCDIR}/afs/afssyscalls.h \ + ${TOP_INCDIR}/afs/afs.exp \ + ${TOP_INCDIR}/afs/xfsattrs.h \ + ${KERNELDIR}/afs/xfsattrs.h \ + ${UKERNELDIR}/afs/afsl.exp + install: \ ${DESTDIR}${libdir}/afs/libsys.a \ ${DESTDIR}${sbindir}/rmtsysd \