summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>1999-10-14 06:40:46 +0000
committerbp <bp@FreeBSD.org>1999-10-14 06:40:46 +0000
commit511cb27e6c44d9dc401cc5cbad0aaceec840d3f7 (patch)
tree8333cc3b8e48017c7990da2ceccb1fc306f208fd
parentb5080e1313db57b3ff6521e897b5338d7533367d (diff)
downloadFreeBSD-src-511cb27e6c44d9dc401cc5cbad0aaceec840d3f7.zip
FreeBSD-src-511cb27e6c44d9dc401cc5cbad0aaceec840d3f7.tar.gz
Make libncp actually compiled.
Reviewed by: mdodd
-rw-r--r--Makefile.inc11
-rw-r--r--etc/mtree/BSD.include.dist4
-rw-r--r--include/Makefile4
-rw-r--r--lib/Makefile5
4 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d50de4d..06c561d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 6ecdae4..ac286a0 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -35,10 +35,14 @@
..
netkey
..
+ netncp
+ ..
netns
..
nfs
..
+ nwfs
+ ..
objc
..
pccard
diff --git a/include/Makefile b/include/Makefile
index 5eacd06..79f319d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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
diff --git a/lib/Makefile b/lib/Makefile
index 692d431..abc7e30 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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
OpenPOWER on IntegriCloud