diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libpcap | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index ab0eeac..d4af1ac 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -6,7 +6,7 @@ SRCS= grammar.y tokdefs.h pcap-bpf.c \ pcap.c inet.c gencode.c optimize.c nametoaddr.c \ etherent.c savefile.c bpf_filter.c bpf_image.c \ scanner.l version.c -MAN3= pcap.3 +MAN= pcap.3 CLEANFILES=tokdefs.h version.c DEFS= -DHAVE_SYS_IOCCOM_H=1 -DHAVE_SYS_SOCKIO_H=1 \ |