xref: /netbsd-src/usr.sbin/ipwctl/Makefile (revision 0c4ddb1599a0bea866fde8522a74cfbd2f68cd1b)
1#	$NetBSD: Makefile,v 1.5 2005/04/03 17:27:15 christos Exp $
2
3WARNS=3
4.if ${MACHINE} == "i386"
5PROG=	ipwctl
6.endif
7
8MAN=	ipwctl.8
9
10.include <bsd.prog.mk>
11