mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/04/22 15:23:04 lukem Exp $
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
PROG= ipwctl
|
|
.endif
|
|
|
|
MAN= ipwctl.8
|
|
|
|
.include <bsd.prog.mk>
|