1 1.1.30.1 martin # $NetBSD: Makefile,v 1.1.30.1 2020/04/13 07:56:30 martin Exp $ 2 1.1 christos 3 1.1 christos .include "../Makefile.inc" 4 1.1 christos 5 1.1 christos .PATH: ${DIST}/pppstats 6 1.1 christos 7 1.1 christos PROG= pppstats 8 1.1 christos MAN= pppstats.8 9 1.1 christos LINKS= ${BINDIR}/pppstats ${BINDIR}/slstats 10 1.1 christos MLINKS= pppstats.8 slstats.8 11 1.1 christos 12 1.1.30.1 martin COPTS.pppstats.c+= ${GCC_NO_STRINGOP_TRUNCATION} 13 1.1.30.1 martin 14 1.1 christos .include <bsd.prog.mk> 15