swap.init at [f95fc3334e]
Logged in as anonymous

File swap.init artifact b62a1c192e part of check-in f95fc3334e


# vim:ft=make:

SWAP_ENABLED!=sysctl -n vm.swap_enabled

swap: savecore
.if ${SWAP_ENABLED} != 0
	: Enabling swap.
	swapon -a
.endif