From 0f56ee0c51918dcac9298371e656a7b77291618e Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Wed, 14 Oct 1998 03:30:00 +0000 Subject: [PATCH] Mark BROKEN ELF cc -O -pipe -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -o tftpd tftpd.o tftpsubs.o tftpyale.o config.o classes/libclasses.a cc: classes/libclasses.a: No such file or directory *** Error code 1 --- ftp/yale-tftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index 961e0cf22114..0de241d2472a 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 8, 1994 # Whom: pst # -# $Id: Makefile,v 1.8 1997/07/10 15:50:53 pst Exp $ +# $Id: Makefile,v 1.9 1997/07/21 00:21:45 fenner Exp $ # DISTNAME= yale-tftpd-3.0 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/ MAINTAINER= ports@FreeBSD.org +BROKEN_ELF= classes/libclasses.a + NO_WRKSUBDIR= .include