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)
This commit is contained in:
Peter Wemm 1996-06-28 12:07:01 +00:00
parent 4a38f1e9c7
commit 450c478593
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16815

View file

@ -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)