From 55e2159df34283d79f8b5670be302157e6acc575 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 22 Oct 1997 00:54:09 +0000 Subject: Add MANCOMPRESSED, MAN1. --- shells/rc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 97ecfb98cd2..2ee5afeab96 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/09 14:35:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/22 00:54:09 hubertf Exp $ # New ports collection makefile for: rc # Version required: 1.5b1 # Date created: Sun Aug 13 12:36:14 CDT 1995 @@ -16,4 +16,10 @@ MAINTAINER= erich@FreeBSD.org NO_WRKSUBDIR= yes +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +MANCOMPRESSED= yes +.endif + +MAN1= rc.1 history.1 .include -- cgit v1.2.3