1
0
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:
Olaf Seibert 2015-07-22 00:06:14 +02:00
parent 13ec237e67
commit bdd48c5ea5
3 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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

View File

@ -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