summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authordavide <davide@FreeBSD.org>2013-06-28 21:00:08 +0000
committerdavide <davide@FreeBSD.org>2013-06-28 21:00:08 +0000
commit0dd1d9c578ddc35507ac2072c5062f5d57c53147 (patch)
treee1591b3e71dfbd12dfea7bc7669be4a10541da31 /include/Makefile
parenta0c5d96b0afd2c5fdf7e4ffe2c4c54b832a5dbf2 (diff)
downloadFreeBSD-src-0dd1d9c578ddc35507ac2072c5062f5d57c53147.zip
FreeBSD-src-0dd1d9c578ddc35507ac2072c5062f5d57c53147.tar.gz
- Trim an unused and bogus Makefile for mount_smbfs.
- Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 4ccb759..ae5ed7c 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -37,7 +37,7 @@ LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
syslog.h ucontext.h
LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
- netipsec ${_netipx} netnatm \
+ netipsec ${_netipx} netnatm netsmb \
nfs nfsclient nfsserver \
sys vm
@@ -48,7 +48,7 @@ LSUBDIRS= cam/ata cam/scsi \
dev/ofw dev/pbio dev/pci ${_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/udf fs/unionfs \
+ fs/procfs fs/smbfs 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 \
@@ -80,6 +80,7 @@ INCS+= iconv.h
LSUBSUBDIRS+= netgraph/bluetooth/include
.endif
+# XXX unconditionally needed by <netsmb/netbios.h>
#.if ${MK_IPX} != "no"
_netipx= netipx
#.endif
OpenPOWER on IntegriCloud