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
This commit is contained in:
parent
5330367398
commit
e63218e8aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13972
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue