# See /ux/core/libs/libc/make-ReadMe for build info.

COBJS =		\
	t_accept.o	\
	t_close.o	\
	t_connect.o	\
	t_creat.o	\
	t_dup.o		\
	t_dup2.o	\
	t_execve.o	\
	t_fcntl.o	\
	t_fork.o	\
	t_getmsg.o	\
	t_getpmsg.o	\
	t_ioctl.o	\
	t_msgrcv.o	\
	t_msgsnd.o	\
	t_nanosleep.o	\
	t_open.o	\
	t_pipe.o	\
	t_poll.o	\
	t_putmsg.o	\
	t_putpmsg.o	\
	t_read.o	\
	t_readv.o	\
	t_recv.o	\
	t_recvfrom.o	\
	t_recvmsg.o	\
	t_select.o	\
	t_semop.o	\
	t_send.o	\
	t_sendmsg.o	\
	t_sendto.o	\
	t_setrlimit.o	\
	t_setrlimit64.o	\
	t_sigaction.o	\
	t_socket.o	\
	t_socketpair.o	\
	t_system.o	\
	t_wait.o	\
	t_wait3.o	\
	t_waitid.o	\
	t_waitpid.o	\
	t_write.o	\
	t_writev.o

OBJS= $(COBJS)

# Default build flavor

FLAVOR= ../../archive_pa1

include $(FLAVOR)/make.flavor
