Home | History | Annotate | Line # | Download | only in compat-43
Makefile.inc revision 1.10.2.1
      1 #	from: @(#)Makefile.inc	5.3 (Berkeley) 2/20/91
      2 #	$Id: Makefile.inc,v 1.10.2.1 1995/04/25 23:39:04 jtc Exp $
      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 	getwd.c killpg.c sethostid.c setpgrp.c sigcompat.c
      9 
     10 MAN+=	creat.3 getdtablesize.3 gethostid.3 killpg.3 \
     11 	sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
     12 
     13 MLINKS+=gethostid.3 sethostid.3
     14