12c09445ec
Eliminate some frequently occurring subexpressions during substitution. No functional change, assuming that fortune(6) always spits out less than 2 gigacharacters of text.
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/02/21 17:16:00 rillig Exp $
|
|
|
|
PROG= cgram
|
|
DPADD= ${LIBCURSES} ${LIBTERMINFO}
|
|
LDADD= -lcurses -lterminfo
|
|
SRCS= cgram.c
|
|
MAN= cgram.6
|
|
HIDEGAME= hidegame
|
|
LINTFLAGS+= -T
|
|
WARNS= 6
|
|
|
|
.include <bsd.prog.mk>
|