xref: /netbsd-src/usr.sbin/ipwctl/Makefile (revision c4b7a9e7940c62d92a81ee31e05e281e6035fadc)
1#	$NetBSD: Makefile,v 1.9 2023/06/03 09:09:21 lukem Exp $
2
3.if ${MACHINE_ARCH} == "i386"
4PROG=	ipwctl
5.endif
6
7MAN=	ipwctl.8
8
9COPTS.ipwctl.c+=	${CC_WNO_STRINGOP_TRUNCATION}
10
11.include <bsd.prog.mk>
12