diff --git a/Makefile.am b/Makefile.am index e541a194..150a0904 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,8 @@ libtool: $(LIBTOOL_DEPS) strip: $(MAKE) -C ntfsprogs strip +extra: extras + +extras: + $(MAKE) -C ntfsprogs extras + diff --git a/Makefile.in b/Makefile.in index ff5aeb94..df39b487 100644 --- a/Makefile.in +++ b/Makefile.in @@ -462,6 +462,11 @@ libtool: $(LIBTOOL_DEPS) strip: $(MAKE) -C ntfsprogs strip + +extra: extras + +extras: + $(MAKE) -C ntfsprogs extras # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 6c4c5ad0..11eb2a0b 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -104,5 +104,7 @@ dumplog_LDFLAGS = $(AM_LFLAGS) strip: $(bin_PROGRAMS) $(sbin_PROGRAMS) $(STRIP) $^ +extra: extras + extras: $(EXTRA_PROGRAMS) diff --git a/ntfsprogs/Makefile.in b/ntfsprogs/Makefile.in index 381d6b40..197e592a 100644 --- a/ntfsprogs/Makefile.in +++ b/ntfsprogs/Makefile.in @@ -711,6 +711,8 @@ uninstall-man: uninstall-man8 strip: $(bin_PROGRAMS) $(sbin_PROGRAMS) $(STRIP) $^ +extra: extras + extras: $(EXTRA_PROGRAMS) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.