Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libpcap/lib add the rest of the man pages.



details:   https://anonhg.NetBSD.org/src/rev/f3e80033eeb8
branches:  trunk
changeset: 785943:f3e80033eeb8
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 07 00:18:55 2013 +0000

description:
add the rest of the man pages.

diffstat:

 external/bsd/libpcap/lib/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r ed8f1d658f6e -r f3e80033eeb8 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Sat Apr 06 23:20:27 2013 +0000
+++ b/external/bsd/libpcap/lib/Makefile Sun Apr 07 00:18:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/04/06 17:36:40 christos Exp $  
+# $NetBSD: Makefile,v 1.11 2013/04/07 00:18:55 christos Exp $  
 
 USE_SHLIBDIR=yes
 .include <bsd.own.mk>
@@ -28,7 +28,7 @@
 .PATH:         ${SRCDIR}
 
 LIB=           pcap
-MANSRC= \
+MAN3= \
 pcap.3pcap \
 pcap_activate.3pcap \
 pcap_breakloop.3pcap \
@@ -82,7 +82,6 @@
 pcap_tstamp_type_name_to_val.3pcap \
 pcap_tstamp_type_val_to_name.3pcap
 
-MAN=${MANSRC:S/3pcap/3/g}
 
 MAN3IN= \
 pcap.3pcap.in \
@@ -102,6 +101,8 @@
 MANFILEIN= pcap-savefile.manfile.in
 CLEANFILES+= ${MAN}
 
+MAN=   ${MAN3:S/3pcap/3/g} ${MAN3IN:S/3pcap.in/3/g} \
+       ${MANMISCIN:S/manmisc.in/7/g} ${MANFILEIN:S/manfile.in/5/g}
 WARNS?=                4
 
 .for i in ${MAN3IN}



Home | Main Index | Thread Index | Old Index