# Makefile for poweroff

SRCS=poweroff.c
PROG=poweroff
BINDIR=/sbin

include ../../defs.mk
include ../../mk/prog.mk

