From 64dc4c6ed3e987e79a9d67a4b96e328bfd57b64c Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 26 Oct 2015 15:01:16 +0000 Subject: unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) and remove a few unused defines; no binary changes; ok tedu@ zhuk@ --- bin/csh/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/csh/Makefile') 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 -- cgit v1.2.3