--- scsilib/DEFAULTS/Defaults.midnightbsd.orig	Fri Oct 26 23:42:25 2007
+++ scsilib/DEFAULTS/Defaults.midnightbsd	Fri Oct 26 23:42:05 2007
@@ -0,0 +1,38 @@
+#ident "%W% %E% %Q%"
+###########################################################################
+#
+# global definitions for FreeBSD Systems
+#
+###########################################################################
+#
+# Compiler stuff
+#
+###########################################################################
+DEFCCOM=	cc
+#DEFCCOM=	gcc
+###########################################################################
+#
+# If the next line is commented out, compilation is done with max warn level
+# If the next line is uncommented, compilation is done with minimal warnings
+#
+###########################################################################
+CWARNOPTS=
+
+DEFINCDIRS=	$(SRCROOT)/include
+LDPATH=		-L/opt/schily/lib
+#RUNPATH=	-R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)	Will probably not work
+
+###########################################################################
+#
+# Installation config stuff
+#
+###########################################################################
+INS_BASE=	/opt/schily
+INS_KBASE=	/
+#
+DEFUMASK=	002
+#
+DEFINSMODEF=	444
+DEFINSMODEX=	755
+DEFINSUSR=	bin
+DEFINSGRP=	bin
