Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libpcap/bin - use SCRIPTS* for scripts instead ...



details:   https://anonhg.NetBSD.org/src/rev/28abaa3c7e3b
branches:  trunk
changeset: 759300:28abaa3c7e3b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Dec 05 09:09:39 2010 +0000

description:
- use SCRIPTS* for scripts instead of FILES*.
- add pcap-config to CLEANFILES.

diffstat:

 external/bsd/libpcap/bin/Makefile |  16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 073e4e1294a2 -r 28abaa3c7e3b external/bsd/libpcap/bin/Makefile
--- a/external/bsd/libpcap/bin/Makefile Sun Dec 05 09:02:28 2010 +0000
+++ b/external/bsd/libpcap/bin/Makefile Sun Dec 05 09:09:39 2010 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile,v 1.1 2010/12/05 03:00:44 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2010/12/05 09:09:39 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${.CURDIR}/../dist
 
-FILESDIR=/usr/bin
-FILESMODE=555
-FILES=pcap-config
+SCRIPTSDIR=/usr/bin
+SCRIPTS=pcap-config
+
 MAN=pcap-config.1
 
 pcap-config: pcap-config.in
@@ -15,7 +15,9 @@
            -e 's,@includedir@,/usr/include,g' \
            -e 's,@LIBS@,,g' < ${.ALLSRC} > ${.TARGET}
        chmod a+x ${.TARGET}
-               
+
+CLEANFILES+=   pcap-config
 
-.include <bsd.files.mk>
-.include <bsd.man.mk>
+NOPROG=
+               
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index