os161/userland/sbin/Makefile

11 lines
206 B
Makefile
Raw Normal View History

2015-12-23 00:50:04 +00:00
#
# Makefile for src/sbin (sources for programs installed in /sbin)
#
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
SUBDIRS=reboot halt poweroff mksfs dumpsfs sfsck
.include "$(TOP)/mk/os161.subdir.mk"