From: deraadt Date: Thu, 9 Jan 2014 15:02:50 +0000 (+0000) Subject: we need to build a ztscale stub for zaurus media. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2d61f8cc36a63e587057eefa446c4fc38740f5f2;p=openbsd we need to build a ztscale stub for zaurus media. --- diff --git a/distrib/special/Makefile b/distrib/special/Makefile index 36897f56ba8..a38b310a0a4 100644 --- a/distrib/special/Makefile +++ b/distrib/special/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2014/01/08 21:53:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 2014/01/09 15:02:50 deraadt Exp $ SUBDIR= libstubs \ arch date dd dhclient dmesg ed ftp grep gzip ifconfig init \ - kbd less md5 more mt newfs ping restore sed sysctl signify + kbd less md5 more mt newfs ping restore sed sysctl signify \ + ztsscale install: diff --git a/distrib/special/ztsscale/Makefile b/distrib/special/ztsscale/Makefile new file mode 100644 index 00000000000..62318d78c46 --- /dev/null +++ b/distrib/special/ztsscale/Makefile @@ -0,0 +1,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