diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-14 11:41:22 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-14 11:41:22 +0000 |
commit | 551d694f64492d4841014ae147153c9ca632408c (patch) | |
tree | a6563e2409fea18ff81d15c248055df33169e326 /usr.bin/Makefile | |
parent | e19de1ca7045af9c082151e6054a81cbed69548f (diff) | |
download | FreeBSD-src-551d694f64492d4841014ae147153c9ca632408c.zip FreeBSD-src-551d694f64492d4841014ae147153c9ca632408c.tar.gz |
Add bmake glue for src/contrib/smbfs and connect userland smbfs
support to the build.
The MFC reminder below is subject to <re@FreeBSD.org> approval
prior to 4.5-RELEASE.
Reviewed by: bp, fjoe
MFC: 1 week
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c003525..1498784 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -134,6 +134,7 @@ SUBDIR= apply \ sed \ shar \ showmount \ + smbutil \ sockstat \ soelim \ split \ |