Index: server/fedora/Makefile
===================================================================
--- server/fedora/Makefile	(revision 760)
+++ server/fedora/Makefile	(revision 763)
@@ -20,5 +20,5 @@
 
 upstream	= openafs krb5 httpd mit-zephyr openssh
-oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386
+oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd
 allsrc		= $(upstream) $(oursrc)
 oursrcdir	= ${PWD}/../common/oursrc
@@ -87,5 +87,5 @@
 # 1. use the package's Makefile to delete leftover files and run autoconf
 # 2. create a tarball (we want it to contain the autoconf output)
-create-tarballs: mkdir-tree
+tarballs: mkdir-tree
 	@cd ${oursrcdir}; \
 	list=`find -mindepth 1 -maxdepth 1 -type d | grep -v ".svn"`; \
@@ -100,11 +100,11 @@
 	done;
 
-#setup: install-srpms copy-patches copy-specs patch-specs create-tarballs
-setup: create-tarballs
+#setup: install-srpms copy-patches copy-specs patch-specs tarballs
+setup: copy-patches copy-specs tarballs
 
 oursrc:
 	make $(oursrc)
 
-upstream:
+upstream: mkdir-tree download
 	make $(upstream)
 
