Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / libpcap / bin / Makefile
blob05f3c244475534b4f5755023f4b86f2de8a40e20
1 # $NetBSD: Makefile,v 1.2 2010/12/05 09:09:39 mrg Exp $
3 .include <bsd.own.mk>
5 .PATH: ${.CURDIR}/../dist
7 SCRIPTSDIR=/usr/bin
8 SCRIPTS=pcap-config
10 MAN=pcap-config.1
12 pcap-config: pcap-config.in
13 @rm -f ${.TARGET}
14 ${TOOL_SED} -e 's,@libdir@,/usr/lib,g' \
15 -e 's,@includedir@,/usr/include,g' \
16 -e 's,@LIBS@,,g' < ${.ALLSRC} > ${.TARGET}
17 chmod a+x ${.TARGET}
19 CLEANFILES+= pcap-config
21 NOPROG=
23 .include <bsd.prog.mk>