From 58a10f425e37e2bb8572522a3cbe9e5db81f9601 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 10 Jun 1997 00:51:22 +0000 Subject: Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG * Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c. --- utils/ChangeLog | 4 ++++ utils/Makefile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index 528890eb..d00db291 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG + + * Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c. + Wed Jun 4 14:26:53 1997 Miles Bader * ftpcp.c, ftpdir.c: Files moved from ../libftpconn. diff --git a/utils/Makefile b/utils/Makefile index a6aac774..62fbc259 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -25,7 +25,8 @@ special-targets = mount loginpr sush uptime SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c addauth.c rmauth.c \ mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c \ uptime.sh psout.c ids.c vmstat.c portinfo.c devprobe.c vminfo.c \ - parse.c frobauth.c frobauth-mod.c ftpcp.c ftpdir.c + parse.c frobauth.c frobauth-mod.c setauth.c pids.c nonsugid.c \ + unsu.c ftpcp.c ftpdir.c LCLHDRS = psout.h parse.h pids.h frobauth.h OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) -- cgit v1.2.3