75e42fa7da
the modern world.
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/06/20 07:44:04 mrg Exp $
|
|
|
|
PROG= wiconfig
|
|
MAN= wiconfig.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.if defined(HAVE_GCC)
|
|
COPTS+= -fno-strict-aliasing
|
|
.endif
|