1# $OpenBSD: Makefile,v 1.3 2015/12/03 12:23:15 schwarze Exp $ 2 3PROG= rs 4SRCS= rs.c utf8.c 5 6.include <bsd.prog.mk> 7