summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-01 10:27:49 +0000
committerpeter <peter@FreeBSD.org>1996-09-01 10:27:49 +0000
commita0316ac07005c53abba00444a4be1630a2a9eaf4 (patch)
tree42c92349d471752662b2031593749fc282221814 /bin/sh/Makefile
parent5195be912eb257c05a0c97e561e72f01af2583ff (diff)
downloadFreeBSD-src-a0316ac07005c53abba00444a4be1630a2a9eaf4.zip
FreeBSD-src-a0316ac07005c53abba00444a4be1630a2a9eaf4.tar.gz
oops, I didn't mean for the unconditional DEBUG code to go in, it's been
off in FreeBSD for some time. I realised this a few seconds after the commit started..
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index ca5b779..0795815 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.4 (Berkeley) 5/5/95
-# $Id: Makefile,v 1.12 1996/06/24 04:22:21 jkh Exp $
+# $Id: Makefile,v 1.13 1996/09/01 10:19:18 peter Exp $
PROG= sh
SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \
@@ -16,6 +16,8 @@ LDADD+= -ll -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
+# for debug:
+# CFLAGS+= -g -DDEBUG=2
.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
OpenPOWER on IntegriCloud