From a5fca9f5b5f973961b405dbba8d6e347d38e372c Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 14 May 1992 20:26:25 -0800 Subject: [PATCH] add rot13 shell script SCCS-vsn: games/caesar/Makefile 5.3 --- usr/src/games/caesar/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr/src/games/caesar/Makefile b/usr/src/games/caesar/Makefile index c27a863f6e..585947d854 100644 --- a/usr/src/games/caesar/Makefile +++ b/usr/src/games/caesar/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 5.2 (Berkeley) %G% +# @(#)Makefile 5.3 (Berkeley) %G% PROG= caesar MAN6= caesar.0 @@ -6,4 +6,8 @@ DPADD= ${LIBM} LDADD= -lm MLINKS= caesar.6 rot13.6 +beforeinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13 + .include -- 2.20.1