diff options
author | bde <bde@FreeBSD.org> | 1998-12-27 15:04:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-12-27 15:04:33 +0000 |
commit | 9b7e972a2c86ac93c799798f92a602f066a1ca7e (patch) | |
tree | b376bcedd8861e6c4181716891e8d2006e24972a /lib/libpcap/Makefile | |
parent | 3ea5a3c11d9de75d335ebfbfd17a2eedaa15a8d8 (diff) | |
download | FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.zip FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.tar.gz |
Fixed CLEANFILES.
Diffstat (limited to 'lib/libpcap/Makefile')
-rw-r--r-- | lib/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 81f3206..36e5650 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.20 1998/08/18 10:29:37 ache Exp $ +# $Id: Makefile,v 1.21 1998/09/15 19:34:01 fenner Exp $ LIB= pcap SRCS= grammar.y tokdefs.h pcap-bpf.c \ @@ -7,7 +7,7 @@ SRCS= grammar.y tokdefs.h pcap-bpf.c \ etherent.c savefile.c bpf_filter.c bpf_image.c \ scanner.l version.c MAN3= pcap.3 -CLEANFILES+= tokdefs.h +CLEANFILES=tokdefs.h version.c DEFS= -DHAVE_SYS_IOCCOM_H=1 -DHAVE_SYS_SOCKIO_H=1 \ -DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \ |