about summary refs log tree commit diff
path: root/src/usr.bin/lam/Makefile
blob: 74a2ab00bfa470b27ebcbddabaaf5386026240fd (plain) (blame)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.4 2018/07/29 11:27:14 schwarze Exp $

PROG=	lam
SRCS=	lam.c utf8.c

.include <bsd.prog.mk>