--- netkit-rusers-0.17.orig/rup/Makefile
+++ netkit-rusers-0.17/rup/Makefile
@@ -7,8 +7,6 @@
 CFLAGS += -DGNU_LIBC -D_GNU_SOURCE
 endif
 
-CFLAGS += -I.
-
 #RPCGEN=../../netkit-base/rpcgen/rpcgen
 RPCGEN=rpcgen
 
@@ -16,7 +14,7 @@
 # the clean target.
 RSTATX=/usr/include/rpcsvc/rstat.x
 
-rup: rup.o rstat_xdr.o err.o
+rup: rup.o rstat_xdr.o
 	$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
 
 rup.o: ../version.h
