aboutsummaryrefslogtreecommitdiff
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-head5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/schemetoc/files/makefile-head b/lang/schemetoc/files/makefile-head
index b090736aa8e1..07a5f6e8ffe3 100644
--- a/lang/schemetoc/files/makefile-head
+++ b/lang/schemetoc/files/makefile-head
@@ -10,6 +10,7 @@ CC = gcc
# Assembly language object files.
Aruntime = x86.o
+SAruntime = x86.so
# Profiled library
@@ -18,10 +19,14 @@ Plib = libsc_p.a
# Installation tools
RANLIB = ranlib
+AS = as
+CPP = cpp
# X library
XLIB = -lX11
XLIBCFLAGS =
+PICFLAGS = -fpic -DPIC
+
# End of FREEBSD header.