Ticket #52292: patch-strfile-Makefile

File patch-strfile-Makefile, 374 bytes (added by jmroot (Joshua Root), 8 years ago)
Line 
1--- strfile/Makefile.orig       2005-02-24 07:42:47.000000000 +1100
2+++ strfile/Makefile    2016-09-21 08:30:31.000000000 +1000
3@@ -2,8 +2,10 @@
4 # $FreeBSD: src/games/fortune/strfile/Makefile,v 1.7 2005/02/23 20:42:47 ru Exp $
5 
6 PROG=  strfile
7-MAN=   strfile.8
8+MAN8=  strfile.8
9 MLINKS= strfile.8 unstr.8
10 WARNS?=        6
11+NO_WERROR=1
12+CFLAGS+=-D__FBSDID=__RCSID
13 
14 .include <bsd.prog.mk>