Module Name:    src
Committed By:   christos
Date:           Fri Jan 25 14:20:58 UTC 2013

Modified Files:
        src/bin/csh: Makefile

Log Message:
Obey SMALLPROG and don't enable the editor


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/csh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/csh/Makefile
diff -u src/bin/csh/Makefile:1.36 src/bin/csh/Makefile:1.37
--- src/bin/csh/Makefile:1.36	Wed Jan 23 11:39:03 2013
+++ src/bin/csh/Makefile	Fri Jan 25 09:20:57 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.36 2013/01/23 16:39:03 christos Exp $
+#	$NetBSD: Makefile,v 1.37 2013/01/25 14:20:57 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -14,7 +14,9 @@ DFLAGS=-DBUILTIN -DFILEC -DNLS -DSHORT_S
 #   should implement internally
 # - Does not handle escaped prompts.
 # - Does not do completion
+.ifndef SMALLPROG
 DFLAGS+=-DEDIT
+.endif
 CPPFLAGS+=-I${.CURDIR} -I. ${DFLAGS}
 SRCS=	alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
 	func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \

Reply via email to