mirror of
https://github.com/PDP-10/klh10.git
synced 2026-01-11 23:52:54 +00:00
Move -DKLH10_NET_TUN=1 from 00build into Makefiles.
This commit is contained in:
parent
13ec237e67
commit
bdd48c5ea5
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
make -k base-kl CONFFLAGS_AUX="-DKLH10_NET_TUN=1 -DKLH10_I_CIRC=1"
|
||||
make -k base-kl CONFFLAGS_AUX="-DKLH10_I_CIRC=1"
|
||||
|
||||
@ -28,6 +28,7 @@ CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \
|
||||
|
||||
# Source definitions
|
||||
CENVFLAGS = -DCENV_CPU_ALPHA=1 -DCENV_SYS_LINUX=1 -DKLH10_DEV_LITES=1 \
|
||||
-DKLH10_NET_TUN=1 \
|
||||
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||
|
||||
# Any target with no customized rule here is simply passed on to the
|
||||
|
||||
@ -28,6 +28,7 @@ CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \
|
||||
|
||||
# Source definitions
|
||||
CENVFLAGS = -DCENV_CPU_I386=1 -DCENV_SYS_LINUX=1 -DKLH10_DEV_LITES=1 \
|
||||
-DKLH10_NET_TUN=1 \
|
||||
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||
|
||||
# Any target with no customized rule here is simply passed on to the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user