summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ul/Makefile
blob: c9fc73fca98e9259f78927fc944865289dc9994b (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.1 2016/01/05 15:41:38 schwarze Exp $

REGRESS_TARGETS = ul

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

.include <bsd.regress.mk>