Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / libc / compat-43 / Makefile.inc
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 # $DragonFly: src/lib/libc/compat-43/Makefile.inc,v 1.2 2003/06/17 04:26:41 dillon Exp $
4
5 # compat-43 sources
6 .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43
7
8 SRCS+=  creat.c gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
9         setrgid.c setruid.c sigcompat.c
10
11 .if ${LIB} == "c"
12 MAN+=   creat.2 killpg.2 sigblock.2 sigpause.2 sigsetmask.2 sigvec.2
13 MAN+=   gethostid.3 setruid.3
14
15 MLINKS+=gethostid.3 sethostid.3
16 MLINKS+=setruid.3 setrgid.3
17 .endif