Ticket #52292: patch-unstr-Makefile

File patch-unstr-Makefile, 358 bytes (added by jmroot (Joshua Root), 8 years ago)
Line 
1--- unstr/Makefile.orig 2005-02-24 07:59:03.000000000 +1100
2+++ unstr/Makefile      2016-09-21 08:29:33.000000000 +1000
3@@ -2,8 +2,10 @@
4 # $FreeBSD: src/games/fortune/unstr/Makefile,v 1.7 2005/02/23 20:59:03 ru Exp $
5 
6 PROG=  unstr
7-NO_MAN=
8+NOMAN=
9 WARNS?=        6
10+NO_WERROR=1
11 CFLAGS+= -I${.CURDIR}/../strfile
12+CFLAGS+= -D__FBSDID=__RCSID
13 
14 .include <bsd.prog.mk>