diff --git a/doc/install.txt b/doc/install.txt index 85fe404..065f418 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -925,7 +925,7 @@ The parameters for the NI20 driver are: known interfaces. See also the ENADDR parameter. -[IFMETH=] Default: system dependent +[IFMETH=] Default: system dependent Different host operating systems have different methods to allow access to an ethernet interface. Some may have more than one. The desired option can be chosen at runtime from the ones that are @@ -962,6 +962,8 @@ The parameters for the NI20 driver are: the environment variable KLH10_NET_BRIDGE. Note that the sudo command by default cleans the environment so use sudo -E. + With VDE networking, IFC= has the name of the switch (the directory). + [ENADDR=] Default: Normally unnecessary. Used to specify the ethernet address to use, if the KN10 has trouble @@ -1243,7 +1245,7 @@ The parameters for the LHDH driver are: Normally the host platform can be specified, but a real gateway is OK too. -[IFMETH=] Required +[IFMETH=] Required As with the NI20. [DEBUG=] Default: FALSE diff --git a/mk/top.mk b/mk/top.mk index 4ec6498..49fb489 100644 --- a/mk/top.mk +++ b/mk/top.mk @@ -22,6 +22,7 @@ CFLAGS = -c @CFLAGS@ -I$(BLDSRC) -I$(SRC) CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \ -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wredundant-decls +LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ NETLIBS = @NETLIBS@