mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
9 lines
272 B
PHP
Executable file
9 lines
272 B
PHP
Executable file
# from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91
|
|
# $Id$
|
|
|
|
# gen sources
|
|
VPATH:= ${VPATH}:${srcdir}/gen
|
|
|
|
SRCS:= ttyname.c directory.c popen.c time.c ctime.c difftime.c syslog.c \
|
|
eprintf.c getpwent.c getpwnamuid.c pwd_internal.c \
|
|
getcwd.c getwd.c isatty.c $(SRCS)
|