order.mk at [f2a642cc7a]
Logged in as anonymous

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


# 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