From e63218e8aa14b2c034f159cf7814a9a476f051eb Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Wed, 14 Oct 1998 00:10:17 +0000 Subject: Mark BROKEN for CURRENT: cc -O -pipe -DOS_H=\"os-freebsd2.h\" -I. -I../include -I../config -c filesys-os.c filesys-os.c: In function `getmountent': filesys-os.c:183: `MOUNT_NFS' undeclared (first use this function) filesys-os.c:183: (Each undeclared identifier is reported only once filesys-os.c:183: for each function it appears in.) filesys-os.c:188: warning: unreachable code at beginning of switch statement *** Error code 1 --- net/rdist6/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 4ae7e3f9af99..4ed2f27206ed 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1995 # Whom: peter # -# $Id: Makefile,v 1.13 1998/06/22 12:14:09 peter Exp $ +# $Id: Makefile,v 1.14 1998/08/22 17:27:00 hoek Exp $ # DISTNAME= rdist-6.1.4 @@ -14,6 +14,11 @@ MASTER_SITES= http://www.magnicomp.com/download/rdist/ \ MAINTAINER= peter@FreeBSD.org +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= MOUNT_NFS undeclared +.endif + # To avoid confusion with /usr/bin/rdist, you may prefer otherwise. RDIST_NAME?= rdist6 -- cgit v1.2.3