diff options
author | peter <peter@FreeBSD.org> | 1996-08-18 18:57:00 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-18 18:57:00 +0000 |
commit | ea45abeecf88b8fd770b2acd7199051affef94a2 (patch) | |
tree | 2de8b4ea800bfc06779db8239a42628e35a0a475 /lib/Makefile | |
parent | be0c1f6db09a0ae8512137a717b5e00173d70c4e (diff) | |
download | FreeBSD-src-ea45abeecf88b8fd770b2acd7199051affef94a2.zip FreeBSD-src-ea45abeecf88b8fd770b2acd7199051affef94a2.tar.gz |
insert libipx and libdisk into correct order, add libz
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |