$NetBSD: patch-ad,v 1.5 2005/02/25 09:52:47 adam Exp $

--- Makefile.orig	2004-12-18 16:32:58.000000000 +0000
+++ Makefile
@@ -29,12 +29,11 @@ PACKING_LIST	= \
 
 # I moved fortran to the bottom of the list, sometimes AIX make get's confused 
 # if the C library and the fortran library are built in the same second. - Ed
-all:		libsrc/all	\
+all:		fortran/all	\
+		libsrc/all	\
 		ncdump/all	\
 		ncgen/all	\
-		cxx/all \
-		fortran/all	\
-		f90/all	
+		cxx/all
 
 test:		fortran/all \
 		libsrc/test \
@@ -52,7 +51,6 @@ check:		test
 install:	all \
 		libsrc/install \
 		fortran/install \
-		f90/install \
 		ncdump/install \
 		ncgen/install \
 		cxx/install
@@ -167,7 +165,7 @@ subdir_target:
 	@echo "Returning to directory `pwd`"
 	@echo ""
 
-install:	whatis
+install:
 whatis:		$(MANDIR)/$(WHATIS)
 $(MANDIR)/$(WHATIS):	$(MANDIR)
 	$(MAKEWHATIS_CMD)
