diff -Naur lib.old/Makefile lib.new/Makefile
--- lib.old/Makefile	2004-05-20 14:44:13.000000000 -0700
+++ lib.new/Makefile	2004-05-20 14:44:23.000000000 -0700
@@ -40,7 +40,7 @@
 	$(RPCGEN) -c -o mount_xdr.c mount.x
 
 mount_xdr.o: mount_xdr.c
-	$(CC) $(CFLAGS) -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c
+	$(CC) $(CFLAGS) -Wno-unused -o mount_xdr.o -c mount_xdr.c
 	$(STRIP) mount_xdr.o
 
 listmount.o: listmount.c
