makefile: Add missing network support to infoserver builds
This commit is contained in:
parent
2e53d1ca28
commit
21812a58bf
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -126,7 +126,7 @@ ifneq (,$(findstring pdp7,${MAKECMDGOALS}))
|
||||||
VIDEO_USEFUL = true
|
VIDEO_USEFUL = true
|
||||||
endif
|
endif
|
||||||
# building the pdp11, pdp10, or any vax simulator could use networking support
|
# building the pdp11, pdp10, or any vax simulator could use networking support
|
||||||
ifneq (,$(or $(findstring pdp11,${MAKECMDGOALS}),$(findstring pdp10,${MAKECMDGOALS}),$(findstring vax,${MAKECMDGOALS}),$(findstring 3b2,${MAKECMDGOALS})$(findstring all,${MAKECMDGOALS})))
|
ifneq (,$(or $(findstring pdp11,${MAKECMDGOALS}),$(findstring pdp10,${MAKECMDGOALS}),$(findstring vax,${MAKECMDGOALS}),$(findstring infoserver,${MAKECMDGOALS}),$(findstring 3b2,${MAKECMDGOALS})$(findstring all,${MAKECMDGOALS})))
|
||||||
NETWORK_USEFUL = true
|
NETWORK_USEFUL = true
|
||||||
ifneq (,$(findstring all,${MAKECMDGOALS}))
|
ifneq (,$(findstring all,${MAKECMDGOALS}))
|
||||||
BUILD_MULTIPLE = s
|
BUILD_MULTIPLE = s
|
||||||
|
|
Loading…
Add table
Reference in a new issue