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