From 450c478593b3f59cad052e24e39574ec9b083ed8 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 28 Jun 1996 12:07:01 +0000 Subject: [PATCH] Add back missing backslash in SUBDIR list, it got lost when libtcl was added. (also align the text block, it looked odd with variable indent) --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index f34be330fbe4..fe403eeb052e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,10 +10,10 @@ SUBDIR=csu/${MACHINE} .endif # XXX MISSING: libplot -SUBDIR+= libc libcompat libcom_err libcurses libedit \ - libf2c libfakegnumalloc libftpio \ +SUBDIR+=libc libcompat libcom_err libcurses libedit \ + libf2c libfakegnumalloc libftpio \ libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ - libscsi libskey libss libtcl libtermcap libutil libxpg4 liby + libscsi libskey libss libtcl libtermcap libutil libxpg4 liby \ libipx libdisk .if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)