summaryrefslogtreecommitdiff
path: root/distrib/special/ztsscale/Makefile
blob: 62318d78c46050d1f0a35c8cafb66c23af5ea8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.1 2014/01/09 15:02:52 deraadt Exp $

.PATH: ${.CURDIR}/../../../usr.sbin/ztsscale

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

PROG=	ztsscale
.else
NOPROG=yes
.endif

.include <bsd.prog.mk>