diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-05-30 23:01:04 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-05-30 23:01:04 +0000 | 
| commit | dd2ff46a1202a6e21fb37038534332ec768b70ab (patch) | |
| tree | 87dc73a66b9654c776fadcba13945abd63ab3679 /lib | |
| parent | 96b2fceafff6a4a18af521bd3a346904dcb80028 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpcap/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 161a43f21346..972f3162c4f2 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@  # Makefile for libpcap -# $Id: Makefile,v 1.4 1995/08/06 12:37:41 bde Exp $ +# $Id: Makefile,v 1.5 1996/05/07 23:19:02 wosch Exp $  LIB=    pcap @@ -9,7 +9,7 @@ SRCS=	\          bpf_filter.c bpf_image.c \          grammar.y scanner.l -CLEANFILES+= lex.yy.c tokdefs.h grammar.c scanner.c +CLEANFILES+= scanner.c tokdefs.h grammar.c scanner.c  # CFLAGS+=-Wall -I. -I${.CURDIR} -DFDDI -Dyylval=pcap_lval  CFLAGS+=-DFDDI -I. -I${.CURDIR}  MAN3=	pcap.3 @@ -25,7 +25,7 @@ beforeinstall:  scanner.o: tokdefs.h  tokdefs.h: grammar.c -	mv -f y.tab.h tokdefs.h +	mv -f grammar.tab.h tokdefs.h  .include <bsd.lib.mk> | 
