1# $OpenBSD: Makefile,v 1.4 2018/07/29 11:27:14 schwarze Exp $ 2 3PROG= lam 4SRCS= lam.c utf8.c 5 6.include <bsd.prog.mk> 7