NetBSD/usr.sbin/iopctl/Makefile
mrg c111245a78 apply some -Wno-error and/or -fno-strict-aliasing.
all of this should be looked at closer, but some of them are not
very trivial.
2011-06-22 02:49:41 +00:00

12 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/06/22 02:49:45 mrg Exp $
PROG= iopctl
MAN= iopctl.8
.include <bsd.prog.mk>
# XXX
.if ${HAVE_GCC} == 45
COPTS.iopctl.c+= -fno-strict-aliasing
.endif