diff options
-rw-r--r-- | emulators/dtcyber/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index dcff85847fac..b6ddfb4e71ee 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -20,6 +20,11 @@ MAKEFILE= Makefile.x11 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + SUB_FILES= pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap |