summaryrefslogtreecommitdiffstats
path: root/colorbars/Makefile
blob: ccbd76cb97030e84f55fae0364da9c027b0deb97 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $NetBSD: Makefile,v 1.2 2012/06/06 00:34:32 christos Exp $

WARNS?=	4
PROG=  colorbars
MAN=   colorbars.6
DPADD= ${LIBCURSES}
LDADD= -lcurses

.include <bsd.prog.mk>