diff --git a/makefile b/makefile
index 45041cc..d645fe8 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 # Produce Various Output Formats From A Restructured Text Source Document
-# $Id: makefile,v 1.101 2010/07/16 14:38:02 tdaneli Exp $
+# $Id: makefile,v 1.102 2010/07/16 22:41:01 tundra Exp $
 
 
 #####
@@ -29,8 +29,16 @@
 # Things That May Have To Be Changed, Depending On System
 #####
 
-FILTDIR  = /usr/bin
-PROGDIR  = /usr/bin
+# Use these for FreeBSD
+
+FILTDIR  = /usr/local/bin
+PROGDIR  = /usr/local/bin
+
+
+# Use these for Cygwin
+
+#FILTDIR  = /usr/bin
+#PROGDIR  = /usr/bin
 
 
 ########################################################################