diff options
Diffstat (limited to 'src/cmd/samterm/Makefile.MID')
| -rw-r--r-- | src/cmd/samterm/Makefile.MID | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/cmd/samterm/Makefile.MID b/src/cmd/samterm/Makefile.MID new file mode 100644 index 00000000..e65f98a6 --- /dev/null +++ b/src/cmd/samterm/Makefile.MID @@ -0,0 +1,22 @@ +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 + |
