diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:51:22 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:51:22 +0000 |
commit | 58a10f425e37e2bb8572522a3cbe9e5db81f9601 (patch) | |
tree | 26ad23b6eead884221634458b163e9c629153fd2 /utils | |
parent | a89313a279cf130b8d1a0fb9e0cf2a964e862ea8 (diff) |
Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ChangeLog | 4 | ||||
-rw-r--r-- | utils/Makefile | 3 |
2 files changed, 6 insertions, 1 deletions
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 <thomas@gnu.ai.mit.edu> + + * Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c. + Wed Jun 4 14:26:53 1997 Miles Bader <miles@gnu.ai.mit.edu> * 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)) |