xref: /dragonfly/lib/libc/compat-43/Makefile.inc (revision 32efd857)
1#	@(#)Makefile.inc	8.1 (Berkeley) 6/2/93
2# $FreeBSD: src/lib/libc/compat-43/Makefile.inc,v 1.9.2.1 2001/04/25 10:04:04 ru Exp $
3
4# compat-43 sources
5.PATH: ${.CURDIR}/../libc/compat-43
6
7SRCS+=	sethostid.c setpgrp.c setrgid.c setruid.c sigcompat.c
8
9MAN+=	sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 setruid.3
10
11MLINKS+=setruid.3 setrgid.3
12
13CMAPS+=	${.CURDIR}/compat-43/Symbol.map
14