1# $OpenBSD: Makefile,v 1.5 2017/05/27 07:55:44 tedu Exp $ 2 3PROG= banner 4 5SRCS= banner.c chset.c 6 7.include <bsd.prog.mk> 8