start5.mk

来自「This file is the compressed file of the 」· MK 代码 · 共 21 行

MK
21
字号
# GNU Makefile listing dependencies between services when services are# started.# Run kudzu first.$(filter-out $<,$(ALL))		: kudzuautofs										:	network netfsiptables									:	networkisdn											:	network iptablesnetfs											:	networknfslock										: network portmapntpd											: networkportmap										: network syslogpostfix										: networkxinetd										: network syslog iptables# Run local last.local											: $(filter-out $@,$(ALL))# EOF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?