12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/02/14 13:56:42 abs Exp $
|
|
|
|
.if ${MACHINE_ARCH} == "sparc"
|
|
PROG= tadpolectl
|
|
SRCS= tadpolectl.c
|
|
.endif
|
|
|
|
MAN= tadpolectl.8
|
|
MANSUBDIR= /sparc
|
|
|
|
.include <bsd.prog.mk>
|