1# $OpenBSD: Makefile,v 1.4 2017/07/03 18:19:55 bluhm Exp $ 2 3# Test some utility functions 4 5PROG= utiltest 6SRCS= log.c util.c utiltest.c conf.c monitor.c 7 8.include <bsd.regress.mk> 9