10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/01/11 18:52:11 skrll Exp $
|
|
|
|
.if ${MACHINE} == "i386"
|
|
PROG = iwictl
|
|
.endif
|
|
|
|
MAN = iwictl.8
|
|
|
|
.include <bsd.prog.mk>
|