aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-04-26 16:12:23 +0000
committerBruce Evans <bde@FreeBSD.org>1998-04-26 16:12:23 +0000
commitcddfa6c981e069f29c70e9a730dbeef86fe0fecf (patch)
tree377a6ecb979963fb5a59f9786ee66600363cdbf5 /bin
parent64400b18cc7afb8e553c07e4e0070aacfa1e8ea5 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index fe0d02e4c419..1d573d3be40f 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.4 (Berkeley) 5/5/95
-# $Id: Makefile,v 1.22 1997/08/25 19:50:01 bde Exp $
+# $Id: Makefile,v 1.23 1997/10/05 09:38:43 jkh Exp $
PROG= sh
SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \
@@ -59,22 +59,4 @@ token.h: mktokens
y.tab.h: arith.c
-# Rules for object files that rely on generated headers.
-arith_lex.o: y.tab.h
-cd.o: nodes.h
-eval.o: builtins.h nodes.h syntax.h
-exec.o: builtins.h nodes.h syntax.h
-expand.o: nodes.h syntax.h
-input.o: syntax.h
-jobs.o: nodes.h syntax.h
-main.o: nodes.h
-mystring.o: syntax.h
-options.o: nodes.h
-output.o: syntax.h
-parser.o: nodes.h syntax.h token.h
-redir.o: nodes.h
-show.o: nodes.h
-trap.o: nodes.h syntax.h
-var.o: nodes.h syntax.h
-
.include <bsd.prog.mk>