Home | History | Annotate | Line # | Download | only in compat-43
Makefile.inc revision 1.14
      1 #	$NetBSD: Makefile.inc,v 1.14 1998/07/27 13:36:43 mycroft Exp $
      2 #	from: @(#)Makefile.inc	8.1 (Berkeley) 6/2/93
      3 
      4 # compat-43 sources
      5 .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
      6 
      7 SRCS+=	creat.c getdtablesize.c gethostid.c \
      8 	killpg.c sethostid.c setpgrp.c \
      9 	setrgid.c setruid.c sigcompat.c
     10 .if !defined(AUDIT)
     11 SRCS+=	getwd.c
     12 .endif
     13 
     14 MAN+=	creat.3 getdtablesize.3 gethostid.3 killpg.3 \
     15 	setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
     16 
     17 MLINKS+=setruid.3 setrgid.3
     18 MLINKS+=gethostid.3 sethostid.3
     19