makelocal.mk

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 42 行

MK
42
字号
#  @(#)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 + =
减小字号Ctrl + -
显示快捷键?