diff options
author | fenner <fenner> | 2001-10-08 21:25:15 +0000 |
---|---|---|
committer | fenner <fenner> | 2001-10-08 21:25:15 +0000 |
commit | a5562fdcfe66f01a4a7de9ede671dca2a88dbf19 (patch) | |
tree | a7c9266fa1d03edc09d9ae2a39243bff5a5b0c97 /Makefile.in | |
parent | dc985bea39e41fb144570c9897801800522e44d7 (diff) | |
download | tcpdump-a5562fdcfe66f01a4a7de9ede671dca2a88dbf19.tar.gz |
Add --enable-smb to make it easier to re-enable the SMB printer.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index dcd8926c..0f0e9f25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.258 2001-10-04 09:18:45 itojun Exp $ (LBL) +# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.259 2001-10-08 21:25:15 fenner Exp $ (LBL) # # Various configurable paths (remember to edit Makefile.in, not Makefile) @@ -84,7 +84,6 @@ CSRC = addrtoname.c gmt2local.c machdep.c parsenfsfh.c \ print-telnet.c print-tftp.c print-timed.c print-token.c \ print-udp.c print-vjc.c print-vrrp.c print-wb.c print-zephyr.c \ setsignal.c tcpdump.c util.c -# print-smb.c smbutil.c LOCALSRC = @LOCALSRC@ GENSRC = version.c |