Initial Spring 2016 commit.
This commit is contained in:
11
userland/sbin/reboot/Makefile
Normal file
11
userland/sbin/reboot/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Makefile for reboot
|
||||
|
||||
TOP=../../..
|
||||
.include "$(TOP)/mk/os161.config.mk"
|
||||
|
||||
PROG=reboot
|
||||
SRCS=reboot.c
|
||||
BINDIR=/sbin
|
||||
|
||||
.include "$(TOP)/mk/os161.prog.mk"
|
||||
|
Reference in New Issue
Block a user