mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-17 23:32:51 +00:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
# Options for Linux, aarch64 processor, X windows, for INIT processing
|
|
|
|
OPTFLAGS = -O0 -g
|
|
DEBUGFLAGS =
|
|
ADDITIONAL_DFLAGS = $(DEBUGFLAGS) -DNOVERSION -DINIT
|
|
USE_LIBBSD=T
|
|
USE_DISPLAY=init
|
|
|
|
include linux-common.mk
|