order.mk at [d8511a3d7c]
Logged in as anonymous

File order.mk artifact abc734c55f part of check-in d8511a3d7c


# This file defines generic targets that should exist anyway and they default
# dependencies

# System portion

DAEMON: NETWORK SERVERS
LOGIN: DAEMON
NETWORK:
SERVERS:
SERVICE:

mount:
root:
netif:
newsyslog:

# Shutdown order

EXIT: DAEMON_EXIT NETWORK_EXIT SERVICE_EXIT

DAEMON_EXIT: LOGIN_EXIT

LOGIN_EXIT:

NETWORK_EXIT: DAEMON_EXIT

SERVICE_EXIT: DAEMON_EXIT