Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / pppd / Makefile.inc
blob64143863ba04115999e4da113dc22be5b12774db
1 #       $NetBSD: Makefile.inc,v 1.5 2008/08/29 00:02:25 gmcgarry Exp $
3 WARNS?= 1       # XXX -Wshadow -Wcast-qual -Wsign-compare
5 .if exists(${.CURDIR}/../../Makefile.inc)
6 .include "${.CURDIR}/../../Makefile.inc"
7 .endif
9 USE_FORT?=yes   # network client/server
11 .include <bsd.own.mk>
13 .if defined(HAVE_GCC) && ${HAVE_GCC} == 4
14 COPTS+= -fno-strict-aliasing
15 .endif