mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
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>
|