📄 makelocal.mk
字号:
# @(#)Makelocal.mk 4.1 ULTRIX 7/2/90## There is currently no provision for local mods (reorder) or# user mods ($TERMCAP). These will be coming eventually.## PARTS= header \# adds annarbor beehive cdc concept datamedia dec diablo general \# hardcopy hazeltine heath homebrew hp ibm lsi microterm misc \# pc perkinelmer print special \# tektronix teleray teletype televideo ti visual \# trailer# TERMINFO points to our install location ($DESTROOT)include $(GMAKEVARS)DESTLIST=$(DESTROOT)/usr/lib/terminfo $(DESTROOT)/usr/src/usr.lib/terminfoPART_A = ../adds.ti ../annarbor.ti ../beehive.ti \ ../cdc.ti ../concept.ti ../datamedia.ti \ ../dec.ti ../diablo.ti ../general.ti \ ../hardcopy.ti ../hazeltine.ti ../heath.ti \ ../homebrew.ti ../hp.ti ../ibm.ti ../lsi.ti \ ../microterm.ti ../misc.ti ../newvt.ti \ ../pc.ti ../perkinelm.ti ../print.ti \ ../special.ti ../tektronix.ti ../teleray.ti \ ../teletype.ti ../televideo.ti ../ti.ti \ ../virtual.ti ../visual.ti ../xterm.tiPARTS= ../header $(PART_A) ../trailerCOMPILE=../../screen/_$(MACHINE).b/ticall: terminfo.srcinstall: TERMINFO=$(DESTROOT)/usr/lib/terminfo $(COMPILE) -v terminfo.src $(CP) $(PARTS) $(DESTROOT)/usr/src/usr.lib/terminfoterminfo.src: $(PARTS) cat $(PARTS) > terminfo.srcinclude $(GMAKERULES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -