diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
| commit | 2e564269d0af3703815a10effe03c1f1773c9a46 (patch) | |
| tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /include | |
| parent | f9e26776a6149cb54a6b488f1c4465598d0015cf (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 03a085f960a6a..161dcf05836c2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -34,7 +34,7 @@ LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \ ucontext.h LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \ - netipsec ${_netipx} netnatm netsmb \ + netipsec ${_netipx} netnatm \ nfs nfsclient nfsserver \ sys vm @@ -44,7 +44,7 @@ LSUBDIRS= cam/ata cam/scsi \ dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \ dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \ fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \ - fs/procfs fs/smbfs fs/udf fs/unionfs \ + fs/procfs fs/udf fs/unionfs \ geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ geom/mirror geom/mountver geom/multipath geom/nop \ geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \ @@ -76,7 +76,6 @@ INCS+= iconv.h LSUBSUBDIRS+= netgraph/bluetooth/include .endif -# XXX unconditionally needed by <netsmb/netbios.h> #.if ${MK_IPX} != "no" _netipx= netipx #.endif |
