from Sevan Janiyan <venture37 at geeklan dot co dot uk>.
-# $OpenBSD: Makefile,v 1.10 2016/04/25 19:28:12 tedu Exp $
+# $OpenBSD: Makefile,v 1.11 2016/07/05 20:01:47 schwarze Exp $
-SUBDIR+= chmod ksh ln md5 pax ps test
+SUBDIR+= cat chmod ksh ln md5 pax ps test
install:
--- /dev/null
+# $OpenBSD: Makefile,v 1.1 2016/07/05 20:01:47 schwarze Exp $
+
+REGRESS_TARGETS=cat_be cat_se
+
+cat_be:
+ cat -be ${.CURDIR}/cat_be.in | cmp -s ${.CURDIR}/cat_be.out /dev/stdin
+
+cat_se:
+ cat -se ${.CURDIR}/cat_se.in | cmp -s ${.CURDIR}/cat_se.out /dev/stdin
+
+.include <bsd.regress.mk>
--- /dev/null
+free,
+
+functional
+
+and secure
--- /dev/null
+ 1 free,$
+ $
+ 2 functional$
+ $
+ 3 and secure$
--- /dev/null
+
+Free, functional and secure
+
--- /dev/null
+$
+Free, functional and secure$
+$