summaryrefslogtreecommitdiff
path: root/games/caesar/Makefile
blob: bf1a4b3af8b353a7062e63f95480b1614dc447c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.5 1998/02/26 07:58:07 deraadt Exp $

PROG=	caesar
MAN=	caesar.6
DPADD=	${LIBM}
LDADD=	-lm
MLINKS=	caesar.6 rot13.6

beforeinstall:
	(cd ${DESTDIR}/usr/games; rm -f rot13; ln -s caesar rot13)

.include <bsd.prog.mk>