Home | History | Annotate | Line # | Download | only in compat-43
Makefile.inc revision 1.15
      1  1.15  drochner #	$NetBSD: Makefile.inc,v 1.15 1999/02/24 15:05:20 drochner Exp $
      2  1.13     perry #	from: @(#)Makefile.inc	8.1 (Berkeley) 6/2/93
      3   1.1       cgd 
      4   1.1       cgd # compat-43 sources
      5  1.15  drochner .PATH: ${ARCHDIR}/compat-43 ${.CURDIR}/compat-43
      6   1.1       cgd 
      7  1.11   mycroft SRCS+=	creat.c getdtablesize.c gethostid.c \
      8  1.14   mycroft 	killpg.c sethostid.c setpgrp.c \
      9   1.9       jtc 	setrgid.c setruid.c sigcompat.c
     10  1.14   mycroft .if !defined(AUDIT)
     11  1.14   mycroft SRCS+=	getwd.c
     12  1.14   mycroft .endif
     13   1.1       cgd 
     14  1.11   mycroft MAN+=	creat.3 getdtablesize.3 gethostid.3 killpg.3 \
     15  1.10       cgd 	setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
     16   1.5       cgd 
     17   1.8       cgd MLINKS+=setruid.3 setrgid.3
     18   1.8       cgd MLINKS+=gethostid.3 sethostid.3
     19