Deleted Added
full compact
Makefile.inc (250159) Makefile.inc (251526)
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 250159 2013-05-01 22:42:42Z jilles $
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 251526 2013-06-08 13:27:57Z glebius $
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_mlock.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 \
95 brk.2 \

--- 312 unchanged lines hidden ---
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 \
96 brk.2 \

--- 312 unchanged lines hidden ---