dtlogin: openbsd build fix

Amend ced27aa1f6 to prevent openbsd
make from failing because of the tab.
This commit is contained in:
Pascal de Bruijn
2016-06-09 17:49:07 +02:00
committed by Jon Trulson
parent 542fce33d4
commit 4aedbf2796

View File

@@ -243,7 +243,7 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#elif defined (LinuxArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP
#elif defined (OpenBSDArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP
DEFINES = $(DTDEFINES) -DXDMCP
#elif defined (FreeBSDArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP
#else