Deleted Added
full compact
Makefile.inc (247602) Makefile.inc (247667)
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 247602 2013-03-02 00:53:12Z pjd $
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 247667 2013-03-02 21:11:30Z pjd $
3
4# sys sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/sys ${.CURDIR}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${.CURDIR}/../../sys/sys/syscall.mk"
10

--- 75 unchanged lines hidden (view full) ---

86 aio_cancel.2 \
87 aio_error.2 \
88 aio_read.2 \
89 aio_return.2 \
90 aio_suspend.2 \
91 aio_waitcomplete.2 \
92 aio_write.2 \
93 bind.2 \
3
4# sys sources
5.PATH: ${.CURDIR}/${LIBC_ARCH}/sys ${.CURDIR}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${.CURDIR}/../../sys/sys/syscall.mk"
10

--- 75 unchanged lines hidden (view full) ---

86 aio_cancel.2 \
87 aio_error.2 \
88 aio_read.2 \
89 aio_return.2 \
90 aio_suspend.2 \
91 aio_waitcomplete.2 \
92 aio_write.2 \
93 bind.2 \
94 bindat.2 \
94 brk.2 \
95 cap_enter.2 \
96 cap_fcntls_limit.2 \
97 cap_ioctls_limit.2 \
98 cap_rights_limit.2 \
99 chdir.2 \
100 chflags.2 \
101 chmod.2 \
102 chown.2 \
103 chroot.2 \
104 clock_gettime.2 \
105 close.2 \
106 closefrom.2 \
107 connect.2 \
95 brk.2 \
96 cap_enter.2 \
97 cap_fcntls_limit.2 \
98 cap_ioctls_limit.2 \
99 cap_rights_limit.2 \
100 chdir.2 \
101 chflags.2 \
102 chmod.2 \
103 chown.2 \
104 chroot.2 \
105 clock_gettime.2 \
106 close.2 \
107 closefrom.2 \
108 connect.2 \
109 connectat.2 \
108 cpuset.2 \
109 cpuset_getaffinity.2 \
110 dup.2 \
111 execve.2 \
112 _exit.2 \
113 extattr_get_file.2 \
114 fcntl.2 \
115 ffclock.2 \

--- 287 unchanged lines hidden ---
110 cpuset.2 \
111 cpuset_getaffinity.2 \
112 dup.2 \
113 execve.2 \
114 _exit.2 \
115 extattr_get_file.2 \
116 fcntl.2 \
117 ffclock.2 \

--- 287 unchanged lines hidden ---