diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ MANPAGES = \ INCLUDES = \ package.inc.sh \ - remote.inc.sh + remote.inc.sh \ + util.inc.sh all: $(BINPROGS) $(MANPAGES) |