12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/12/20 09:51:07 jdc Exp $
|
|
|
|
.if ${MACHINE} == "sparc"
|
|
PROG= tadpolectl
|
|
SRCS= tadpolectl.c
|
|
.endif
|
|
|
|
MAN= tadpolectl.8
|
|
MANSUBDIR= /sparc
|
|
|
|
.include <bsd.prog.mk>
|