summaryrefslogtreecommitdiff
path: root/usr.sbin/ztsscale/Makefile
blob: efcff50c5c5eb1c6ddcc89d4e24ef5ef533bb458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.2 2005/04/24 22:23:55 deraadt Exp $

.if ${MACHINE} == "zaurus"
SRCS=	ztsscale.c

PROG=	ztsscale
.else
NOPROG=yes
.endif

MAN=	ztsscale.8
MANSUBDIR=zaurus

.include <bsd.prog.mk>