summaryrefslogtreecommitdiff
path: root/src/template/univel
diff options
context:
space:
mode:
authorPeter Eisentraut2000-07-15 15:54:52 +0000
committerPeter Eisentraut2000-07-15 15:54:52 +0000
commit3eec6ee145976fe0fcecc0199e179d90178daa6d (patch)
tree94f8f2a8c705bff35bde81a55eeb7406be03deca /src/template/univel
parent739a0566a639bc0e052447f09fafdb8f5bb37d9b (diff)
Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
Diffstat (limited to 'src/template/univel')
-rw-r--r--src/template/univel13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/template/univel b/src/template/univel
index 680d3bd9b68..8bc70f1ae9c 100644
--- a/src/template/univel
+++ b/src/template/univel
@@ -1,8 +1,5 @@
-AROPT:crs
-CFLAGS:-v -O -K i486,host,inline,loop_unroll -Dsvr4
-SHARED_LIB:-K PIC
-SRCH_INC:
-SRCH_LIB:
-DLSUFFIX:.so
-CC:cc
-LIBS:-lc89
+AROPT=crs
+CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4'
+SHARED_LIB='-K PIC'
+DLSUFFIX=.so
+LIBS=-lc89