Home | History | Annotate | Line # | Download | only in compat-43
Makefile.inc revision 1.10.8.1
      1       1.2  mycroft #	from: @(#)Makefile.inc	5.3 (Berkeley) 2/20/91
      2  1.10.8.1  mycroft #	$Id: Makefile.inc,v 1.10.8.1 1996/12/10 08:15:33 mycroft Exp $
      3       1.1      cgd 
      4       1.1      cgd # compat-43 sources
      5       1.4      cgd .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
      6       1.1      cgd 
      7  1.10.8.1  mycroft SRCS+=	creat.c getdtablesize.c gethostid.c \
      8  1.10.8.1  mycroft 	getwd.c killpg.c sethostid.c setpgrp.c \
      9       1.9      jtc 	setrgid.c setruid.c sigcompat.c
     10       1.1      cgd 
     11  1.10.8.1  mycroft MAN+=	creat.3 getdtablesize.3 gethostid.3 killpg.3 \
     12      1.10      cgd 	setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
     13       1.5      cgd 
     14       1.8      cgd MLINKS+=setruid.3 setrgid.3
     15       1.8      cgd MLINKS+=gethostid.3 sethostid.3
     16