diff --git a/samples/html/about/Makefile.g95 b/samples/html/about/Makefile.g95
deleted file mode 100644
index bde3fb1700..0000000000
--- a/samples/html/about/Makefile.g95
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File: makefile.g95
-# Author: Julian Smart
-# Created: 1999
-# Updated:
-# Copyright: (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=about
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)\src\makeprog.g95
-