xref: /netbsd-src/usr.sbin/ipwctl/Makefile (revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
1#	$NetBSD: Makefile,v 1.8 2019/10/13 07:28:19 mrg Exp $
2
3.if ${MACHINE_ARCH} == "i386"
4PROG=	ipwctl
5.endif
6
7MAN=	ipwctl.8
8
9COPTS.ipwctl.c+=	${GCC_NO_STRINGOP_TRUNCATION}
10
11.include <bsd.prog.mk>
12