1# $OpenBSD: Makefile,v 1.1 2016/01/05 15:41:38 schwarze Exp $ 2 3REGRESS_TARGETS = ul 4 5ul: 6 sh ${.CURDIR}/ul.sh 7 8.include <bsd.regress.mk> 9