Home | History | Annotate | Line # | Download | only in ipwctl
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2009/04/22 15:23:04 lukem Exp $
      2 
      3 .if ${MACHINE_ARCH} == "i386"
      4 PROG=	ipwctl
      5 .endif
      6 
      7 MAN=	ipwctl.8
      8 
      9 .include <bsd.prog.mk>
     10