1 # Acess2 POSIX Emulation
\r
4 -include ../Makefile.cfg
\r
10 PRELINK += $(CRTI) $(CRTBEGINS) $(CRT0S)
\r
11 LIBS += -lc $(CRTENDS) $(CRTN)
\r
13 OBJ = main.o unistd.o dirent.o stat.o utmpx.o termios.o
\r
14 OBJ += pwd.o syslog.o sys_time.o sys_ioctl.o sys_resource.o
\r
15 OBJ += fcntl.o clocks.o sys_wait.o unistd_crypt.o
\r
16 OBJ += grp.o pty.o mktemp.o utime.o getopt.o
\r
17 DEPFILES := $(OBJ:%.o=%.d)
\r
20 include ../Makefile.tpl
\r