os161/userland/sbin/Makefile

11 lines
206 B
Makefile
Raw Normal View History

2025-03-01 00:01:05 -05: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"