From 34e5ef4d29936a9f9884b51238a1bb1dd579c062 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 11 Nov 1994 17:39:02 +0000 Subject: (targets): Added reboot and halt. (SRCS): Added reboot.c and halt.c. --- utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index f415ad4d..2ee87ca4 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c -targets = sh ps settrans update clri sync # su +SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c +targets = sh ps settrans update clri sync reboot halt # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf -- cgit v1.2.3