libutil: add O_NOCTTY back to old pty open code
[minix.git] / lib / libc / compat-43 / Makefile.inc
blob5a8e1c61feedce5eb3afb677dbc828550306ccca
1 #       $NetBSD: Makefile.inc,v 1.16 2006/04/24 17:15:06 drochner Exp $
2 #       from: @(#)Makefile.inc  8.1 (Berkeley) 6/2/93
4 # compat-43 sources
5 .PATH: ${ARCHDIR}/compat-43 ${.CURDIR}/compat-43
7 .if defined(__MINIX)
8 # Unsupported by Minix
9 #       gethostid.c sethostid.c setpgrp.c setrgid.c setruid.c sigcompat.c
11 SRCS+=  creat.c getdtablesize.c killpg.c
13 .else
14 SRCS+=  creat.c getdtablesize.c gethostid.c \
15         killpg.c sethostid.c setpgrp.c \
16         setrgid.c setruid.c sigcompat.c
17 .if !defined(AUDIT)
18 SRCS+=  getwd.c
19 .endif
20 .endif
22 # XXX this is to get <compat/sys/signal.h>
23 CPPFLAGS.sigcompat.c+=  -I${NETBSDSRCDIR}/sys
25 MAN+=   creat.3 getdtablesize.3 gethostid.3 killpg.3 \
26         setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
28 MLINKS+=setruid.3 setrgid.3
29 MLINKS+=gethostid.3 sethostid.3