Make libncp actually compiled.
Reviewed by: mdodd
This commit is contained in:
parent
1aa3e7ddd0
commit
f24bb3a4b3
@ -587,6 +587,7 @@ includes:
|
||||
cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
|
||||
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
|
||||
|
@ -35,10 +35,14 @@
|
||||
..
|
||||
netkey
|
||||
..
|
||||
netncp
|
||||
..
|
||||
netns
|
||||
..
|
||||
nfs
|
||||
..
|
||||
nwfs
|
||||
..
|
||||
objc
|
||||
..
|
||||
pccard
|
||||
|
@ -41,8 +41,8 @@ SFILES= soundcard.h
|
||||
LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \
|
||||
termios.h ucontext.h
|
||||
|
||||
LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netns nfs \
|
||||
pccard posix4 sys vm
|
||||
LDIRS= cam msdosfs net netatalk netatm netinet netipx netkey netncp netns \
|
||||
nfs nwfs pccard posix4 sys vm
|
||||
|
||||
LNOHEADERDIRS= isofs ufs
|
||||
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi
|
||||
|
@ -21,8 +21,8 @@ SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
|
||||
libncurses libradius libskey libtacplus \
|
||||
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
|
||||
libcompat libdevstat libdisk libedit libfetch libform \
|
||||
libftpio libgnumalloc ${_libio} libipx libkvm libmenu libopie libpam \
|
||||
libpanel libpcap libresolv librpcsvc libss libstand \
|
||||
libftpio libgnumalloc ${_libio} libipx libkvm libmenu ${_libncp} \
|
||||
libopie libpam libpanel libpcap libresolv librpcsvc libss libstand \
|
||||
${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz
|
||||
|
||||
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
||||
@ -44,6 +44,7 @@ _libcrypt+= ../secure/lib/libcrypt
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
_compat= compat
|
||||
_libncp= libncp
|
||||
_libvgl= libvgl
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user