]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - games/caesar/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / games / caesar / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   caesar
5 DPADD=  ${LIBM}
6 LDADD=  -lm
7 SCRIPTS=rot13.sh
8 MAN=    caesar.6
9 MLINKS= caesar.6 rot13.6
10
11 .include <bsd.prog.mk>