diff options
Diffstat (limited to 'devel/cc65/files/patch-doc_Makefile')
-rw-r--r-- | devel/cc65/files/patch-doc_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/cc65/files/patch-doc_Makefile b/devel/cc65/files/patch-doc_Makefile new file mode 100644 index 000000000000..4c40617774ea --- /dev/null +++ b/devel/cc65/files/patch-doc_Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/Makefile.orig Mon Sep 2 12:12:59 2002 ++++ doc/Makefile Mon Sep 2 12:13:01 2002 +@@ -1,6 +1,8 @@ + # + # Makefile for the cc65 documentation + # ++# These can be built using the textproc/sgmltools port. ++# + + + # Default for the compiler lib search path as compiler define |