10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/08/23 13:51:05 lukem Exp $
|
|
|
|
.if ${MACHINE} == "i386"
|
|
PROG= ipwctl
|
|
.endif
|
|
|
|
MAN= ipwctl.8
|
|
|
|
.include <bsd.prog.mk>
|