1# $OpenBSD: Makefile,v 1.1 2005/11/22 15:59:28 markus Exp $ 2 3.PHONY: ${REGRESS_TARGETS} 4 5REGRESS_TARGETS+=t1 6t1: 7 merge -p /etc/motd /etc/motd /etc/motd | diff /etc/motd - 8 9.include <bsd.regress.mk> 10