mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
7 lines
195 B
PHP
Executable file
7 lines
195 B
PHP
Executable file
# @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
|
|
|
|
# stdlib sources
|
|
VPATH:= ${VPATH}:${srcdir}/stdlib
|
|
|
|
SRCS:= abort.c exit.c strtod.c getopt.c rand.c random.c strtol.c strtoul.c \
|
|
system.c $(SRCS)
|