From 0f299355d31d7905096e1994b9b44e56786c55a3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 23 Jun 2003 19:04:37 +0000 Subject: install zmore --- usr.bin/compress/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 91186e04631..751abbe428e 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2003/06/22 15:22:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2003/06/23 19:04:36 millert Exp $ PROG= compress SRCS= main.c zopen.c gzopen.c -MAN= compress.1 +MAN= compress.1 zmore.1 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \ ${BINDIR}/compress ${BINDIR}/zcat \ ${BINDIR}/compress ${BINDIR}/gzip \ @@ -17,4 +17,11 @@ MLINKS= compress.1 uncompress.1 \ LDADD=-lz DPADD=${LIBZ} +afterinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/zmore ${DESTDIR}${BINDIR} +# ${.CURDIR}/zmore ${.CURDIR}/zdiff \ +# ${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \ +# ${DESTDIR}${BINDIR} + .include -- cgit v1.2.3