my aborted rewrite (curses, structs, and tons of other changes)
[unix-history] / usr / src / games / caesar / Makefile
# @(#)Makefile 5.2 (Berkeley) %G%
PROG= caesar
MAN6= caesar.0
DPADD= ${LIBM}
LDADD= -lm
MLINKS= caesar.6 rot13.6
.include <bsd.prog.mk>