diff --git a/src/conio/Common.gmake b/src/conio/Common.gmake
deleted file mode 100644
index 55875430418598ea80a86b4ceea186346224bc5d..0000000000000000000000000000000000000000
--- a/src/conio/Common.gmake
+++ /dev/null
@@ -1,2 +0,0 @@
-CONIO_CFLAGS	+=	-I$(CONIO_SRC)
-CONIO_LDFLAGS	+=	-L$(CONIO_SRC)$(DIRSEP)$(LIBODIR)$(SLASH)$(LIBPREFIX)ciolib$(LIBFILE)
diff --git a/src/conio/Common.make b/src/conio/Common.make
new file mode 100644
index 0000000000000000000000000000000000000000..54d9def659fabea0de370deb9bd62ea437885646
--- /dev/null
+++ b/src/conio/Common.make
@@ -0,0 +1,2 @@
+CONIO_CFLAGS	=	-I$(CONIO_SRC)
+CONIO_LDFLAGS	=	-L$(CONIO_SRC)$(DIRSEP)$(LIBODIR)$(SLASH)$(LIBPREFIX)ciolib$(LIBFILE)