10 lines
319 B
Makefile
10 lines
319 B
Makefile
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
|
|
# $Id: Makefile.inc,v 1.4 1993/12/04 02:34:20 cgd Exp $
|
|
|
|
# compat-43 sources
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
|
|
|
|
SRCS+= creat.c getwd.c killpg.c setpgrp.c sigcompat.c
|
|
|
|
MAN2+= creat.0 killpg.0 sigblock.0 sigpause.0 sigsetmask.0 sigvec.0
|