# Makefile for reboot

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

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

