mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
if TOOLS
|
|
bin_PROGRAMS = via_regs_dump
|
|
via_regs_dump_SOURCES = registers.c
|
|
else
|
|
EXTRA_DIST = registers.c
|
|
endif
|