From: Derrick Brashear Date: Fri, 10 Dec 2004 10:03:54 +0000 (+0000) Subject: sys-depinstall-20041210 X-Git-Tag: BP-disconnected~89 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8c912bedbcb532d6aa40134a54679539ae8b7245;p=packages%2Fo%2Fopenafs.git sys-depinstall-20041210 add depinstall in sys directory --- 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 \