summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/Makefile.std
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/Makefile.std
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
Diffstat (limited to 'contrib/tcsh/Makefile.std')
-rw-r--r--contrib/tcsh/Makefile.std7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/tcsh/Makefile.std b/contrib/tcsh/Makefile.std
index 33a6f02..f2199cf 100644
--- a/contrib/tcsh/Makefile.std
+++ b/contrib/tcsh/Makefile.std
@@ -1,4 +1,4 @@
-# $Id: Makefile.std,v 1.89 2000/01/14 22:57:25 christos Exp $
+# $Id: Makefile.std,v 1.91 2000/11/19 20:50:42 christos Exp $
# Makefile.std 4.3 6/11/83
#
# C Shell with process control; VM/UNIX VAX Makefile
@@ -8,7 +8,7 @@
# things; Paul Placeway, CIS Dept., Ohio State University
#
SHELL=/bin/sh
-VERSION=6.09
+VERSION=6.10
BUILD=tcsh
srcdir=.
@@ -110,6 +110,9 @@ CFLAGS=-O2 $(INCLUDES)
# SINIX RMx00
#CFLAGS= -O # -D_POSIX_SOURCE # -kansi
+# Minix-VMD
+# CFLAGS= -O -D_ANSI_H -I /usr/include/bsdcompat $(INCLUDES)
+
# Apollo's with cc [apollo builtins don't work with gcc]
# and apollo should not define __STDC__ if it does not have
# the standard header files. RT's (aos4.3) need that too;
OpenPOWER on IntegriCloud