diff options
author | peter <peter@FreeBSD.org> | 1999-08-30 08:15:02 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-30 08:15:02 +0000 |
commit | e0e032b103e803052accf4dba9d753c55dd1dc5e (patch) | |
tree | 734607ade18ac859463665eac07cb5b6954c5318 /lib | |
parent | a89c5431fa6b024305eb7d9d58aca0c99900deed (diff) | |
download | FreeBSD-src-e0e032b103e803052accf4dba9d753c55dd1dc5e.zip FreeBSD-src-e0e032b103e803052accf4dba9d753c55dd1dc5e.tar.gz |
Don't build libtermcap, libcurses, libmytinfo, just libncurses.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4fffb37..bbe00a2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,7 +10,6 @@ # libm must be built before libstdc++. # libmd must be built before libatm, libopie, libradius, libskey, # and libtacplus. -# libmytinfo must be built before libdialog and libncurses. # libncurses must be built before libdialog. # libradius must be built before libpam. # libskey must be built before libpam. @@ -19,14 +18,16 @@ # # Otherwise, the SUBDIR list should be in alphabetical order. -SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \ - libncurses libradius libskey libtacplus libtermcap \ +SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \ + libradius libskey libtacplus \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ - libcompat libcurses libdevstat libdisk libedit libfetch \ + libcompat libdevstat libdisk libncurses libedit libfetch \ libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \ libpcap libresolv librpcsvc libss libstand \ ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz +#SUBDIR+=libmenu libpanel libform + .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) _csu=csu/${MACHINE_ARCH}-${OBJFORMAT} .elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) |