usched: Allow process to change self cpu affinity
[dragonfly.git] / lib / libcompat / Makefile
blob23efd75eb3459d1489acf6f4aee08f68924487a8
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libcompat/Makefile,v 1.19.2.1 2001/04/25 10:04:23 ru Exp $
4 LIB=compat
5 NOPIC=
6 WARNS?= 2
8 .PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
10 # compat 4.1 sources
11 SRCS+= ftime.c gtty.c stty.c
13 MAN+= 4.1/ftime.3 4.1/stty.3
15 MLINKS+=stty.3 gtty.3
17 # compat 4.3 sources
18 SRCS+= re_comp.c rexec.c
19 SRCS+= insque.c remque.c
21 MAN+= 4.3/insque.3 4.3/re_comp.3 4.3/rexec.3
23 MLINKS+=insque.3 remque.3
24 MLINKS+=re_comp.3 re_exec.3
26 # compat 4.4 sources
27 SRCS+= cuserid.c
28 MAN+= 4.4/cuserid.3
30 .include <bsd.lib.mk>