summaryrefslogtreecommitdiffstats
path: root/src/cmd/samterm/Makefile.MID
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/samterm/Makefile.MID')
-rw-r--r--src/cmd/samterm/Makefile.MID22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/cmd/samterm/Makefile.MID b/src/cmd/samterm/Makefile.MID
deleted file mode 100644
index e65f98a6..00000000
--- a/src/cmd/samterm/Makefile.MID
+++ /dev/null
@@ -1,22 +0,0 @@
-TARG=samterm
-OFILES=\
- main.$O\
- icons.$O\
- menu.$O\
- mesg.$O\
- rasp.$O\
- scroll.$O\
- flayer.$O\
- io.$O\
- plan9.$O\
-
-HFILES=\
- samterm.h\
- flayer.h\
- $(PREFIX)/include/frame.h\
-
-all: $(TARG)
-
-install:
- install -c -m 0755 samterm $(PREFIX)/bin/samterm
-