diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 0693c890..e216c140 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,7 +18,7 @@ dir := utils makemode := utilities -SRCS = sh.o ps.o su.o +SRCS = sh.c ps.c su.c targets = sh ps su DIST_FILES = sh.ChangeLog ps.ChangeLog |