BSD 4_4_Lite2 release
[unix-history] / usr / src / bin / sh / Makefile
index 9e9c214..efa2fe7 100644 (file)
@@ -1,10 +1,10 @@
-#      @(#)Makefile    8.3 (Berkeley) %G%
+#      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 PROG=  sh
 SRCS=  alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
        histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
 
 PROG=  sh
 SRCS=  alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
        histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
-       mystring.c nodes.c options.c parser.c redir.c show.c \
-       syntax.c trap.c output.c var.c
+       mystring.c nodes.c options.c parser.c redir.c show.c syntax.c \
+       trap.c output.c var.c
 OBJS+= init.o arith.o arith_lex.o
 LDADD+=        -ll -ledit -ltermcap
 LFLAGS= -8     # 8-bit lex scanner for arithmetic
 OBJS+= init.o arith.o arith_lex.o
 LDADD+=        -ll -ledit -ltermcap
 LFLAGS= -8     # 8-bit lex scanner for arithmetic
@@ -12,7 +12,7 @@ CFLAGS+=-DSHELL -I. -I${.CURDIR}
 .PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
 CLEANFILES+=\
        builtins.c builtins.h init.c mkinit mknodes mksyntax \
 .PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
 CLEANFILES+=\
        builtins.c builtins.h init.c mkinit mknodes mksyntax \
-       nodes.c nodes.h syntax.c syntax.h token.def y.tab.h
+       nodes.c nodes.h printf.o syntax.c syntax.h token.def y.tab.h
 
 .depend parser.o: token.def
 token.def: mktokens
 
 .depend parser.o: token.def
 token.def: mktokens