diff options
author | davide <davide@FreeBSD.org> | 2013-06-28 21:00:08 +0000 |
---|---|---|
committer | davide <davide@FreeBSD.org> | 2013-06-28 21:00:08 +0000 |
commit | 0dd1d9c578ddc35507ac2072c5062f5d57c53147 (patch) | |
tree | e1591b3e71dfbd12dfea7bc7669be4a10541da31 /sys/modules/Makefile | |
parent | a0c5d96b0afd2c5fdf7e4ffe2c4c54b832a5dbf2 (diff) | |
download | FreeBSD-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 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 75cc5bd..e43d561 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -301,6 +301,7 @@ SUBDIR= \ siis \ sis \ sk \ + ${_smbfs} \ ${_sn} \ ${_snc} \ snp \ @@ -520,6 +521,7 @@ _rdma= rdma _safe= safe _sbni= sbni _scsi_low= scsi_low +_smbfs= smbfs _sound= sound _speaker= speaker _splash= splash @@ -722,6 +724,7 @@ _s3= s3 _safe= safe _scsi_low= scsi_low _sfxge= sfxge +_smbfs= smbfs _sound= sound _speaker= speaker _splash= splash @@ -779,6 +782,7 @@ _ips= ips _mly= mly _pccard= pccard _scsi_low= scsi_low +_smbfs= smbfs _sound= sound _splash= splash _sppp= sppp @@ -801,6 +805,7 @@ _drm= drm _exca= exca _nvram= powermac_nvram _pccard= pccard +_smbfs= smbfs _sound= sound _cyclic= cyclic _dtrace= dtrace @@ -827,6 +832,7 @@ _igb= igb .if ${MK_CDDL} != "no" || defined(ALL_MODULES) _opensolaris= opensolaris .endif +_smbfs= smbfs _sound= sound .if ${MK_ZFS} != "no" || defined(ALL_MODULES) _zfs= zfs |