summaryrefslogtreecommitdiff
path: root/regress/usr.bin/colrm/Makefile
blob: 91abc400e117e150cc229bfa3fa6cae20aa6b94e (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.1 2015/12/22 22:37:57 schwarze Exp $

REGRESS_TARGETS = colrm

colrm:
	sh ${.CURDIR}/colrm.sh

.include <bsd.regress.mk>