Home | History | Annotate | Line # | Download | only in wiconfig
Makefile revision 1.5.2.1
      1  1.5.2.1      yamt #	$NetBSD: Makefile,v 1.5.2.1 2012/10/30 19:00:55 yamt Exp $
      2      1.2   thorpej 
      3      1.1  sommerfe PROG=	wiconfig
      4      1.1  sommerfe MAN=	wiconfig.8
      5      1.1  sommerfe 
      6      1.1  sommerfe .include <bsd.prog.mk>
      7      1.3       mrg 
      8  1.5.2.1      yamt .if defined(HAVE_GCC) || defined(HAVE_LLVM)
      9      1.3       mrg COPTS+=	-fno-strict-aliasing
     10      1.3       mrg .endif
     11