--- config/mh-fbsd.orig	Fri Oct 24 20:54:55 1997
+++ config/mh-fbsd	Fri May 29 10:45:15 1998
@@ -26 +26 @@
-CFLAGS=-ansi -Wall -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wnested-externs -pedantic -O2
+CFLAGS+=-ansi -DNDEBUG
@@ -33,2 +33,2 @@
-FC = f77
-FFLAGS = -O -Nn802 -Nx400
+FC ?= f77
+FFLAGS = $(CFLAGS) -Nn802 -Nx400
@@ -177,0 +178,9 @@
+# Have to do the following as files (not `-lz') for dependencies to work :(
+# XXX Version numbers will change in the future.	-mi
+JPEG_LIB	= $(prefix)/lib/libjpeg.so # separate port
+ZLIB_LIB	= -lz # Comes with the OS these days.
+ZLIBLIB=-lz
+ZLIBINC=/usr/include
+JPEGLIB=$(prefix)/lib
+JPEGINC=$(prefix)/include
+
