Makefile.inc (43736b71dd051212d5c55be9fa21c45993017fbb) | Makefile.inc (bd44dce5b3176c19a9435a5e7e125fc06182fbc9) |
---|---|
1# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95 2# $FreeBSD$ 3 4# machine-independent gen sources 5.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/gen ${LIBC_SRCTOP}/gen ${SRCTOP}/etc 6 7CONFS+= group master.passwd shells 8CONFSMODE_master.passwd= 600 --- 450 unchanged lines hidden (view full) --- 459 ldexp.3 ldexpl.3 460MLINKS+=makecontext.3 swapcontext.3 461MLINKS+=modf.3 modff.3 \ 462 modf.3 modfl.3 463MLINKS+=popen.3 pclose.3 464MLINKS+=posix_spawn.3 posix_spawnp.3 \ 465 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \ 466 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \ | 1# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95 2# $FreeBSD$ 3 4# machine-independent gen sources 5.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/gen ${LIBC_SRCTOP}/gen ${SRCTOP}/etc 6 7CONFS+= group master.passwd shells 8CONFSMODE_master.passwd= 600 --- 450 unchanged lines hidden (view full) --- 459 ldexp.3 ldexpl.3 460MLINKS+=makecontext.3 swapcontext.3 461MLINKS+=modf.3 modff.3 \ 462 modf.3 modfl.3 463MLINKS+=popen.3 pclose.3 464MLINKS+=posix_spawn.3 posix_spawnp.3 \ 465 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \ 466 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \ |
467 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addchdir_np.3 \ 468 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addfchdir_np.3 \ |
|
467 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \ 468 posix_spawnattr_getflags.3 posix_spawnattr_setflags.3 \ 469 posix_spawnattr_getpgroup.3 posix_spawnattr_setpgroup.3 \ 470 posix_spawnattr_getschedparam.3 posix_spawnattr_setschedparam.3 \ 471 posix_spawnattr_getschedpolicy.3 posix_spawnattr_setschedpolicy.3 \ 472 posix_spawnattr_getsigdefault.3 posix_spawnattr_setsigdefault.3 \ 473 posix_spawnattr_getsigmask.3 posix_spawnattr_setsigmask.3 \ 474 posix_spawnattr_init.3 posix_spawnattr_destroy.3 --- 101 unchanged lines hidden --- | 469 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \ 470 posix_spawnattr_getflags.3 posix_spawnattr_setflags.3 \ 471 posix_spawnattr_getpgroup.3 posix_spawnattr_setpgroup.3 \ 472 posix_spawnattr_getschedparam.3 posix_spawnattr_setschedparam.3 \ 473 posix_spawnattr_getschedpolicy.3 posix_spawnattr_setschedpolicy.3 \ 474 posix_spawnattr_getsigdefault.3 posix_spawnattr_setsigdefault.3 \ 475 posix_spawnattr_getsigmask.3 posix_spawnattr_setsigmask.3 \ 476 posix_spawnattr_init.3 posix_spawnattr_destroy.3 --- 101 unchanged lines hidden --- |