diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-10-26 15:01:16 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-10-26 15:01:16 +0000 |
commit | 64dc4c6ed3e987e79a9d67a4b96e328bfd57b64c (patch) | |
tree | 94f17d7c3c9b0d217f1ee688e4d12df0c4823d02 /bin/csh/Makefile | |
parent | 3449fa5141a1d9cec121c1da43ee347774dc1c59 (diff) |
unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)
and remove a few unused defines; no binary changes; ok tedu@ zhuk@
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r-- | bin/csh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index c4c132d6de1..cc2a2c24a80 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/06/17 03:48:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2015/10/26 15:01:15 naddy Exp $ # # C Shell with process control; VM/UNIX VAX Makefile # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria @@ -6,10 +6,9 @@ # To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile. PROG= csh -DFLAGS=-DBUILTIN -DNLS -DSHORT_STRINGS #CFLAGS+=-g #CFLAGS+=-Wall -CFLAGS+=-I${.CURDIR} -I. ${DFLAGS} +CFLAGS+=-I${.CURDIR} -I. SRCS= alloc.c char.c const.c csh.c dir.c dol.c error.c exec.c exp.c file.c \ func.c glob.c hist.c init.c lex.c misc.c parse.c proc.c \ sem.c set.c str.c time.c |