Deleted Added
full compact
Makefile.inc (257874) Makefile.inc (259921)
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 257874 2013-11-09 00:36:09Z pluknet $
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 259921 2013-12-26 19:16:30Z pluknet $
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

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

80
81MAN+= abort2.2 \
82 accept.2 \
83 access.2 \
84 acct.2 \
85 adjtime.2 \
86 aio_cancel.2 \
87 aio_error.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

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

80
81MAN+= abort2.2 \
82 accept.2 \
83 access.2 \
84 acct.2 \
85 adjtime.2 \
86 aio_cancel.2 \
87 aio_error.2 \
88 aio_fsync.2 \
88 aio_mlock.2 \
89 aio_read.2 \
90 aio_return.2 \
91 aio_suspend.2 \
92 aio_waitcomplete.2 \
93 aio_write.2 \
94 bind.2 \
95 bindat.2 \

--- 314 unchanged lines hidden ---
89 aio_mlock.2 \
90 aio_read.2 \
91 aio_return.2 \
92 aio_suspend.2 \
93 aio_waitcomplete.2 \
94 aio_write.2 \
95 bind.2 \
96 bindat.2 \

--- 314 unchanged lines hidden ---