Deleted Added
sdiff udiff text old ( 204926 ) new ( 205146 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libcompat/Makefile 205146 2010-03-14 10:18:58Z ed $
3
4LIB= compat
5CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
6NO_PIC=
7
8WARNS?= 0
9
10.PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
11
12# compat 4.1 sources
13SRCS+= ascftime.c cftime.c ftime.c getpw.c
14
15MAN+= 4.1/ftime.3 4.1/getpw.3
16MAN+= 4.1/cftime.3
17
18MLINKS+=cftime.3 ascftime.3
19
20# compat 4.3 sources
21SRCS+= cfree.c re_comp.c rexec.c
22
23MAN+= 4.3/cfree.3 4.3/re_comp.3 4.3/rexec.3
24
25MLINKS+=re_comp.3 re_exec.3
26
27# compat 4.4 sources
28SRCS+= cuserid.c
29
30MAN+= 4.4/cuserid.3
31
32.include <bsd.lib.mk>