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

16 lines
493 B
PHP
Raw Normal View History

1997-10-09 14:07:40 +04:00
# $NetBSD: Makefile.inc,v 1.12 1997/10/09 10:07:59 lukem Exp $
1993-08-01 09:37:30 +04:00
# from: @(#)Makefile.inc 5.3 (Berkeley) 2/20/91
1993-03-21 12:45:37 +03:00
# compat-43 sources
1993-12-04 05:33:35 +03:00
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
1993-03-21 12:45:37 +03:00
SRCS+= creat.c getdtablesize.c gethostid.c \
getwd.c killpg.c sethostid.c setpgrp.c \
setrgid.c setruid.c sigcompat.c
1993-03-21 12:45:37 +03:00
MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 \
1994-12-22 12:57:51 +03:00
setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
MLINKS+=setruid.3 setrgid.3
MLINKS+=gethostid.3 sethostid.3