summaryrefslogtreecommitdiffstats
path: root/libvncauth/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvncauth/Imakefile')
-rw-r--r--libvncauth/Imakefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/libvncauth/Imakefile b/libvncauth/Imakefile
deleted file mode 100644
index 2e100a6..0000000
--- a/libvncauth/Imakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#ifdef SunArchitecture
-CC = gcc
-CCOPTIONS =
-CDEBUGFLAGS = -O2
-#endif
-
-SRCS = vncauth.c d3des.c
-
-OBJS = vncauth.o d3des.o
-
-INCLUDES = -I. -I../include
-
-NormalLibraryTarget(vncauth,$(OBJS))
-
-DependTarget()