git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
kopenafs-20060802
[openafs.git]
/
src
/
shlibafsauthent
/
Makefile.in
diff --git
a/src/shlibafsauthent/Makefile.in
b/src/shlibafsauthent/Makefile.in
index
1784291
..
302cc4e
100644
(file)
--- a/
src/shlibafsauthent/Makefile.in
+++ b/
src/shlibafsauthent/Makefile.in
@@
-77,7
+77,8
@@
SYSOBJS = \
afssyscalls.o \
rmtsysnet.o \
glue.o \
- setpag.o
+ setpag.o \
+ pioctl.o
PTSERVEROBJS = \
ptclient.o \
@@
-276,5
+277,8
@@
glue.o: ${SYS}/glue.c
setpag.o: ${SYS}/setpag.c
${CCRULE}
+pioctl.o: ${SYS}/pioctl.c
+ ${CCRULE}
+
clean:
$(RM) -f *.o *.a libafsauthent*