diff options
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index af57c405d22..45b2a8d7f45 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $NetBSD: Makefile,v 1.4 1998/01/24 22:27:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/27 13:21:23 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp # @@ -15,11 +15,7 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ MAINTAINER= erich@FreeBSD.org NO_WRKSUBDIR= yes - -OPSYS!= uname -s -.if (${OPSYS} == "NetBSD") MANCOMPRESSED= yes -.endif - MAN1= rc.1 history.1 + .include <bsd.port.mk> |