--- Makefile.orig	Thu Nov  2 13:04:11 2000
+++ Makefile	Mon Dec 18 01:13:25 2000
@@ -43,6 +43,7 @@
 # art	AIX 2.2.1 for RT
 # asv	Altos SVR4
 # aux	A/UX
+# bfp	FreeBSD with Pluggable Authentication Modules (PAM)
 # bs3	BSD/i386 3.0 and higher
 # bsd	generic BSD 4.3 (as in ancient 1980s version)
 # bsf	FreeBSD
@@ -272,12 +273,12 @@
 #	gradually-increasing intervals, starting at 2800-2900, and becoming
 #	permanent at 48,300.
 
-EXTRACFLAGS=
+EXTRACFLAGS=-I$(PREFIX)/include/c-client
 
 
 # Extra linker flags (additional/alternative libraries, etc.)
 
-EXTRALDFLAGS=
+EXTRALDFLAGS=-L$(PREFIX)/lib -lc-client4
 
 
 # Special make flags (e.g. to override make environment variables)
@@ -314,13 +315,7 @@
 
 # Make the IMAP Toolkit
 
-all:	c-client rebuild bundled
-
-c-client:
-	@echo Not processed yet.  In a first-time build, you must specify
-	@echo the system type so that the sources are properly processed.
-	@false
-
+all:	rebuild bundled
 
 # Note on SCO you may have to set LN to "ln".
 
