NetBSD/lib/libc/compat-43/Makefile.inc

10 lines
314 B
PHP
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
# $Id: Makefile.inc,v 1.3 1993/10/07 00:22:37 cgd Exp $
1993-03-21 12:45:37 +03:00
# compat-43 sources
.PATH: ${.CURDIR}/arch/${MACHINE}/compat-43 ${.CURDIR}/compat-43
1993-03-21 12:45:37 +03:00
SRCS+= creat.c getwd.c killpg.c setpgrp.c sigcompat.c
MAN2+= creat.0 killpg.0 sigblock.0 sigpause.0 sigsetmask.0 sigvec.0