xref: /openbsd/regress/usr.bin/mail/Makefile (revision 09467b48)
1# $OpenBSD: Makefile,v 1.3 2017/07/22 13:50:54 anton Exp $
2
3REGRESS_TARGETS=	send
4
5PROG=		edit
6CFLAGS+=	-Wall
7LDADD+=		-lutil
8CLEANFILES+=	edit.c
9
10edit.c: ${.CURDIR}/../../bin/ksh/edit/edit.c
11	@cp ${.CURDIR}/../../bin/ksh/edit/edit.c .
12
13send: edit
14	sh ${.CURDIR}/send.sh
15
16.include <bsd.regress.mk>
17