summaryrefslogtreecommitdiff
path: root/lang/schemetoc/files/makefile-head
diff options
context:
space:
mode:
Diffstat (limited to 'lang/schemetoc/files/makefile-head')
-rw-r--r--lang/schemetoc/files/makefile-head32
1 files changed, 0 insertions, 32 deletions
diff --git a/lang/schemetoc/files/makefile-head b/lang/schemetoc/files/makefile-head
deleted file mode 100644
index cc72d71f0e55..000000000000
--- a/lang/schemetoc/files/makefile-head
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# This is the header file for constructing make files for FreeBSD.
-#
-
-# Default flags to use when invoking the C compiler.
-
-CFLAGS = -O2
-CC = gcc
-
-# Assembly language object files.
-
-Aruntime = x86.o
-SAruntime = x86.so
-
-# Profiled library
-
-Plib = libsc_p.a
-
-# Installation tools
-
-RANLIB = ranlib
-AS = as
-CPP = cpp
-
-# X library
-
-XLIB = -L/usr/X11R6/lib -lX11
-XLIBCFLAGS =
-PICFLAGS = -fpic -DPIC
-
-
-# End of FREEBSD header.