1c54a66d99
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/12/13 05:01:33 nakayama Exp $
|
|
|
|
.if ${MACHINE} == "sparc"
|
|
PROG= tadpolectl
|
|
SRCS= tadpolectl.c
|
|
.endif
|
|
|
|
MAN= tadpolectl.8
|
|
MANSUBDIR= /sparc
|
|
|
|
.include <bsd.prog.mk>
|