From: Keith Bostic Date: Wed, 1 May 1991 08:48:50 +0000 (-0800) Subject: intro shouldn't have been moved into sh X-Git-Tag: BSD-4_4-Snapshot-Development~11186 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/536585745a8ee7ebb60525aa559ec22f2819ce3b intro shouldn't have been moved into sh SCCS-vsn: old/sh/Makefile 4.13 --- diff --git a/usr/src/old/sh/Makefile b/usr/src/old/sh/Makefile index 05b55f54e6..b4f29b6413 100644 --- a/usr/src/old/sh/Makefile +++ b/usr/src/old/sh/Makefile @@ -1,11 +1,11 @@ -# @(#)Makefile 4.12 (Berkeley) %G% +# @(#)Makefile 4.13 (Berkeley) %G% PROG= sh CFLAGS+=-w SRCS= setbrk.c builtin.c blok.c stak.c cmd.c fault.c main.c word.c \ string.c name.c args.c xec.c service.c error.c io.c print.c \ macro.c expand.c ctype.c msg.c -MAN1= cd.0 intro.0 sh.0 wait.0 +MAN1= cd.0 sh.0 wait.0 DPADD= ${LIBCOMPAT} LDADD= -lcompat MLINKS= sh.1 case.1 sh.1 for.1 sh.1 if.1 sh.1 while.1