summaryrefslogtreecommitdiff
path: root/regress/usr.bin/column/Makefile
blob: d54503295514206b4e486fdc6fd0aacc2d7550fd (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2022/12/08 12:01:04 anton Exp $

REGRESS_TARGETS+=	column
column:
	sh ${.CURDIR}/column.sh

.include <bsd.regress.mk>