1994-05-27 05:00:24 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1999-12-22 13:49:14 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 05:00:24 +00:00
|
|
|
|
2010-03-14 10:18:58 +00:00
|
|
|
LIB= compat
|
1997-04-04 20:10:53 +00:00
|
|
|
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
|
2004-12-21 09:33:47 +00:00
|
|
|
NO_PIC=
|
1994-05-27 05:00:24 +00:00
|
|
|
|
2010-03-09 21:01:12 +00:00
|
|
|
WARNS?= 0
|
2010-01-02 09:58:07 +00:00
|
|
|
|
2010-03-14 10:18:58 +00:00
|
|
|
.PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
# compat 4.1 sources
|
2008-06-14 10:42:18 +00:00
|
|
|
SRCS+= ascftime.c cftime.c ftime.c getpw.c
|
1994-05-27 05:00:24 +00:00
|
|
|
|
2008-06-14 10:42:18 +00:00
|
|
|
MAN+= 4.1/ftime.3 4.1/getpw.3
|
2001-03-27 17:27:19 +00:00
|
|
|
MAN+= 4.1/cftime.3
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1995-04-10 18:48:06 +00:00
|
|
|
MLINKS+=cftime.3 ascftime.3
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
# compat 4.3 sources
|
2010-03-14 10:18:58 +00:00
|
|
|
SRCS+= cfree.c re_comp.c rexec.c
|
1994-05-27 05:00:24 +00:00
|
|
|
|
2002-10-16 14:29:23 +00:00
|
|
|
MAN+= 4.3/cfree.3 4.3/re_comp.3 4.3/rexec.3
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
MLINKS+=re_comp.3 re_exec.3
|
|
|
|
|
|
|
|
# compat 4.4 sources
|
|
|
|
SRCS+= cuserid.c
|
|
|
|
|
2010-03-14 10:18:58 +00:00
|
|
|
MAN+= 4.4/cuserid.3
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|