diff options
Diffstat (limited to 'games/bsdgames/files/patch-atc_Makefile')
-rw-r--r-- | games/bsdgames/files/patch-atc_Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/bsdgames/files/patch-atc_Makefile b/games/bsdgames/files/patch-atc_Makefile deleted file mode 100644 index b225c610b586..000000000000 --- a/games/bsdgames/files/patch-atc_Makefile +++ /dev/null @@ -1,10 +0,0 @@ -Index: atc/Makefile -@@ -2,7 +2,7 @@ - # $FreeBSD$ - - PROG= atc --CFLAGS+=-DBSD -I${.CURDIR} -I. -+CFLAGS+=-DPOSIX -I${.CURDIR} -I. - SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \ - main.c tunable.c update.c y.tab.h - MAN= atc.6 |