blob: e59a1b9fb2c7ca5cd05c82f1ce8ea3604ca1b686 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:19:13 tholo Exp $
# compat-43 sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/compat-43 ${.CURDIR}/compat-43
SRCS+= __setreuid.c __setregid.c creat.c getdtablesize.c gethostid.c \
getwd.c killpg.c sethostid.c setpgrp.c setregid.c setreuid.c \
setrgid.c setruid.c sigcompat.c
MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 setregid.3 setreuid.3 \
setruid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
MLINKS+=setruid.3 setrgid.3
MLINKS+=gethostid.3 sethostid.3
|