Skip to content

Commit a5441df

Browse files
committed
network drive interaction (#141)
1 parent 3712fd8 commit a5441df

File tree

8 files changed

+1261
-102
lines changed

8 files changed

+1261
-102
lines changed

mcwin32/Makefile.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ TARGETS=\
740740
$(D_BIN)/mcmandoc$(E) \
741741
$(D_BIN)/kbtest$(E) \
742742
$(D_BIN)/coninfo$(E) \
743+
$(D_BIN)/volinfo$(E) \
743744
$(D_BIN)/man2hlp.pl
744745

745746
IMPORT=\
@@ -973,6 +974,7 @@ clean:
973974
$(MAKE) -C mandoc clean
974975
$(MAKE) -C src/kbtest clean
975976
$(MAKE) -C src/coninfo clean
977+
$(MAKE) -C src/volinfo clean
976978
$(MAKE) -C autoupdater clean
977979
-$(RM) $(MSGOBJS) $(MSGDIRS) $(QUIETOUT)
978980
-$(RM) $(CONFIGURATION) $(QUIETOUT)
@@ -1008,6 +1010,9 @@ $(D_BIN)/kbtest$(E):
10081010
$(D_BIN)/coninfo$(E):
10091011
$(MAKE) -C src/coninfo
10101012

1013+
$(D_BIN)/volinfo$(E):
1014+
$(MAKE) -C src/volinfo
1015+
10111016
$(MC_RES): config.h buildinfo.h
10121017

10131018
BUILD_DATE= $(shell $(BUSYBOX) date +'%Y%m%d')

0 commit comments

Comments
 (0)