diff options
author | peter <peter@FreeBSD.org> | 1996-06-28 12:07:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-06-28 12:07:01 +0000 |
commit | d2f1239d4c795070438215d41f1b1938f4bde8f8 (patch) | |
tree | 72e597170f477377d535e90734fa919e385d0b7a /lib | |
parent | 2a36059e6a6be068d57502312bdb3a0c0ab742c9 (diff) | |
download | FreeBSD-src-d2f1239d4c795070438215d41f1b1938f4bde8f8.zip FreeBSD-src-d2f1239d4c795070438215d41f1b1938f4bde8f8.tar.gz |
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)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index f34be33..fe403ee 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) |