diff options
author | Boris Popov <bp@FreeBSD.org> | 1999-10-14 06:40:46 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 1999-10-14 06:40:46 +0000 |
commit | f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de (patch) | |
tree | 8333cc3b8e48017c7990da2ceccb1fc306f208fd /include/Makefile | |
parent | 1aa3e7ddd0c0c9583cce288893fcdf124c57b4c9 (diff) | |
download | src-f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de.tar.gz src-f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de.zip |
Make libncp actually compiled.
Reviewed by: mdodd
Notes
Notes:
svn path=/head/; revision=52228
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 5eacd067e720..79f319d84c44 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 |