]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libcompat/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libcompat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 LIB=    compat
5 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
6 NO_PIC=
7
8 WARNS?= 0
9
10 .PATH:  ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
11
12 # compat 4.1 sources
13 SRCS+=  ftime.c
14
15 MAN+=   4.1/ftime.3
16
17 # compat 4.3 sources
18 SRCS+=  re_comp.c rexec.c
19
20 MAN+=   4.3/re_comp.3 4.3/rexec.3
21
22 MLINKS+=re_comp.3 re_exec.3
23
24 # compat 4.4 sources
25 SRCS+=  cuserid.c
26
27 MAN+=   4.4/cuserid.3
28
29 .include <bsd.lib.mk>