xref: /openbsd-src/regress/usr.bin/column/Makefile (revision 1f99dc4e279427a31270544888daa6423cfda78f)
1#	$OpenBSD: Makefile,v 1.2 2022/12/08 12:01:04 anton Exp $
2
3REGRESS_TARGETS+=	column
4column:
5	sh ${.CURDIR}/column.sh
6
7.include <bsd.regress.mk>
8