Files

11 lines
206 B
Makefile
Raw Permalink Normal View History

2020-04-06 18:30:47 +02: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"