summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/distribution/arpa/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/distribution/arpa/makefile')
-rw-r--r--usr.bin/tn3270/distribution/arpa/makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/usr.bin/tn3270/distribution/arpa/makefile b/usr.bin/tn3270/distribution/arpa/makefile
deleted file mode 100644
index 2cf3bc0..0000000
--- a/usr.bin/tn3270/distribution/arpa/makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# @(#)makefile 8.1 (Berkeley) 6/6/93
-
-# msdos versus unix defines
-O = .o
-#PC_O = .obj
-
-X =
-#PC_X = .exe
-
-L =
-#PC_L = -link
-
-CC = cc
-#PC_CC = cl
-
-MV = mv
-#PC_MV = rename
-
-RM = rm -f
-#PC_RM= erase
-
-LINT_ARGS =
-#PC_LINT_ARGS = -DLINT_ARGS
-
-DEBUG_FLAGS = -g
-#PC_DEBUG_FLAGS = -Zi -Od
-
-AR = ar
-AR1 = cr
-AR2 =
-AR3 =
-#PC_AR = lib
-#PC_AR1 =
-#PC_AR2 = +
-#PC_AR3 = ";"
-
-RANLIB = ranlib
-#PC_RANLIB = echo "Done with "
-
-PRINT = lpr -p
-
-ALLC =
-ALLH = telnet.h
-
-ALLPRINT = ${ALLH} ${ALLC}
-
-ALLSOURCE = ${ALLPRINT} makefile makefile.mak
-
-clean:
-
-sccsclean:
- -sccs clean
- -sccs get makefile
-
-action:
- ${ACTION}
-
-print:
- ${PRINT} ${ALLPRINT}
-
-
-sourcelist: ${ALLSOURCE}
- @for i in ${ALLSOURCE}; \
- do (echo ${DIRPATH}$$i); done
-
-.DEFAULT:
- sccs get $<
OpenPOWER on IntegriCloud