Home | History | Annotate | Line # | Download | only in wiconfig
Makefile revision 1.6
      1  1.6     joerg #	$NetBSD: Makefile,v 1.6 2012/08/10 12:10:30 joerg 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.6     joerg .if defined(HAVE_GCC) || defined(HAVE_LLVM)
      9  1.3       mrg COPTS+=	-fno-strict-aliasing
     10  1.3       mrg .endif
     11