]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(CSRC): add print-lane.c print-cip.c print-pppoe.c print-lcp.c
authorassar <assar>
Sun, 21 Nov 1999 03:54:50 +0000 (03:54 +0000)
committerassar <assar>
Sun, 21 Nov 1999 03:54:50 +0000 (03:54 +0000)
Makefile.in

index 9bf2242cac7116bbc5df402e0edbd142b11b88bf..4332f195c732f81329b489b62a3a46c1ac146c38 100644 (file)
@@ -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.213 1999-11-17 05:45:57 assar Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.214 1999-11-21 03:54:50 assar Exp $ (LBL)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -74,7 +74,8 @@ CSRC =        tcpdump.c \
        print-wb.c addrtoname.c bpf_dump.c gmt2local.c machdep.c \
        parsenfsfh.c util.c savestr.c setsignal.c \
        print-esp.c print-ah.c print-vjc.c print-isakmp.c print-chdlc.c \
-       print-ipcomp.c print-mobile.c print-l2tp.c print-bgp.c print-rx.c
+       print-ipcomp.c print-mobile.c print-l2tp.c print-bgp.c print-rx.c \
+       print-lane.c print-cip.c print-pppoe.c print-lcp.c
 LOCALSRC = @LOCALSRC@
 GENSRC = version.c
 LIBOBJS = @LIBOBJS@