xref: /netbsd/usr.sbin/tadpolectl/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.3 1999/12/20 09:51:07 jdc Exp $
2
3.if ${MACHINE} == "sparc"
4PROG=	tadpolectl
5SRCS=	tadpolectl.c
6.endif
7
8MAN=	tadpolectl.8
9MANSUBDIR=	/sparc
10
11.include <bsd.prog.mk>
12