10 lines
314 B
Makefile
10 lines
314 B
Makefile
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
|
|
# $Id: Makefile.inc,v 1.3 1993/10/07 00:22:37 cgd Exp $
|
|
|
|
# compat-43 sources
|
|
.PATH: ${.CURDIR}/arch/${MACHINE}/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
|