]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - caesar/Makefile
Use ${INSTALL}.
[bsdgames-darwin.git] / caesar / Makefile
1 # $NetBSD: Makefile,v 1.5 1996/10/18 02:45:01 thorpej Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= caesar
5 MAN= caesar.6
6 DPADD= ${LIBM}
7 LDADD= -lm
8 MLINKS= caesar.6 rot13.6
9
10 beforeinstall:
11 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
12 ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13
13
14 .include <bsd.prog.mk>