From ea45abeecf88b8fd770b2acd7199051affef94a2 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 18 Aug 1996 18:57:00 +0000 Subject: insert libipx and libdisk into correct order, add libz --- lib/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index fe403ee..6f4c118 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,11 +10,11 @@ SUBDIR=csu/${MACHINE} .endif # XXX MISSING: libplot -SUBDIR+=libc libcompat libcom_err libcurses libedit \ - libf2c libfakegnumalloc libftpio \ +SUBDIR+=libc libcompat libcom_err libcurses libdisk libedit \ + libf2c libfakegnumalloc libftpio libipx \ libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ - libscsi libskey libss libtcl libtermcap libutil libxpg4 liby \ - libipx libdisk + libscsi libskey libss libtcl libtermcap libutil libxpg4 liby libz + .if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT) SUBDIR+= libcrypt -- cgit v1.1