we need to build a ztscale stub for zaurus media.
authorderaadt <deraadt@openbsd.org>
Thu, 9 Jan 2014 15:02:50 +0000 (15:02 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 9 Jan 2014 15:02:50 +0000 (15:02 +0000)
distrib/special/Makefile
distrib/special/ztsscale/Makefile [new file with mode: 0644]

index 36897f5..a38b310 100644 (file)
@@ -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 (file)
index 0000000..62318d7
--- /dev/null
@@ -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 <bsd.prog.mk>