View | Details | Raw Unified | Return to bug 112330
Collapse All | Expand All

(-)files/Makefile (-10 lines)
Lines 1-10 Link Here
1
# $FreeBSD: /repoman/r/pcvs/ports/sysutils/ffs2recov/files/Makefile,v 1.3 2007/04/05 14:07:09 rafan Exp $
2
3
PROG=	ffs2recov
4
SRCS=	main.c block.c inode.c io.c super.c
5
MAN=	ffs2recov.8
6
7
DPADD=	${LIBUFS}
8
LDADD=	-lufs
9
10
.include <bsd.prog.mk>
(-)files/patch-Makefile (+10 lines)
Line 0 Link Here
1
--- Makefile.orig	Tue May  1 23:32:04 2007
2
+++ Makefile	Tue May  1 23:32:10 2007
3
@@ -7,6 +7,6 @@
4
 DPADD=	${LIBUFS}
5
 LDADD=	-lufs
6
 
7
-WARNS?= 6
8
+WARNS?= 3
9
 
10
 .include <bsd.prog.mk>

Return to bug 112330