my aborted rewrite (curses, structs, and tons of other changes)
[unix-history] / usr / src / games / caesar / Makefile
CommitLineData
770d844a 1# @(#)Makefile 5.2 (Berkeley) %G%
abf26824 2
770d844a
KB
3PROG= caesar
4MAN6= caesar.0
5DPADD= ${LIBM}
6LDADD= -lm
7MLINKS= caesar.6 rot13.6
abf26824 8
770d844a 9.include <bsd.prog.mk>