Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh .ifdef SMALLPROG, -DSMALL



details:   https://anonhg.NetBSD.org/src/rev/8b0aa9aee87a
branches:  trunk
changeset: 521859:8b0aa9aee87a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Feb 07 06:25:07 2002 +0000

description:
.ifdef SMALLPROG, -DSMALL

diffstat:

 bin/sh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ea332f769c6c -r 8b0aa9aee87a bin/sh/Makefile
--- a/bin/sh/Makefile   Thu Feb 07 05:13:35 2002 +0000
+++ b/bin/sh/Makefile   Thu Feb 07 06:25:07 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.53 2001/11/03 13:40:30 lukem Exp $
+#      $NetBSD: Makefile,v 1.54 2002/02/07 06:25:07 lukem Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -21,6 +21,10 @@
 
 CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
 
+.ifdef SMALLPROG
+CPPFLAGS+=-DSMALL
+.endif
+
 .PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf ${.CURDIR}/../test
 
 CLEANFILES+= mkinit mknodes mksyntax



Home | Main Index | Thread Index | Old Index