xref: /netbsd/usr.sbin/ipwctl/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.7 2009/04/22 15:23:04 lukem Exp $
2
3.if ${MACHINE_ARCH} == "i386"
4PROG=	ipwctl
5.endif
6
7MAN=	ipwctl.8
8
9.include <bsd.prog.mk>
10