Makefile (e768c1be41aefcb7cf8fb19b12cf21d523dc4cdf) | Makefile (6c84d0b1a5f243e4aa87fe02c82627b7d11d053e) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4LIB=compat 5CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale 6AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} 7NOPIC= 8 --- 9 unchanged lines hidden (view full) --- 18MAN+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 19MAN+= 4.1/cftime.3 20 21MLINKS+=stty.3 gtty.3 22MLINKS+=cftime.3 ascftime.3 23 24# compat 4.3 sources 25# XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4LIB=compat 5CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale 6AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} 7NOPIC= 8 --- 9 unchanged lines hidden (view full) --- 18MAN+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 19MAN+= 4.1/cftime.3 20 21MLINKS+=stty.3 gtty.3 22MLINKS+=cftime.3 ascftime.3 23 24# compat 4.3 sources 25# XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c |
26SRCS+= cfree.c lsearch.c regex.c rexec.c | 26SRCS+= cfree.c regex.c rexec.c |
27 28# XXX MISSING: ecvt.0 | 27 28# XXX MISSING: ecvt.0 |
29MAN+= 4.3/cfree.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3 | 29MAN+= 4.3/cfree.3 4.3/re_comp.3 4.3/rexec.3 |
30 31# XXX MISSING: ecvt.3, so can't MLINK 32#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 33MLINKS+=re_comp.3 re_exec.3 | 30 31# XXX MISSING: ecvt.3, so can't MLINK 32#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 33MLINKS+=re_comp.3 re_exec.3 |
34MLINKS+=lsearch.3 lfind.3 | |
35 36# compat 4.4 sources 37SRCS+= cuserid.c 38MAN+= 4.4/cuserid.3 39 40# regexp sources 41SRCS+= regerror.c regexp.c regsub.c 42 43MAN+= regexp/regexp.3 44 45# XXX name clash with libc 46# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3 47MLINKS+=regexp.3 regsub.3 48 49.include <bsd.lib.mk> | 34 35# compat 4.4 sources 36SRCS+= cuserid.c 37MAN+= 4.4/cuserid.3 38 39# regexp sources 40SRCS+= regerror.c regexp.c regsub.c 41 42MAN+= regexp/regexp.3 43 44# XXX name clash with libc 45# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3 46MLINKS+=regexp.3 regsub.3 47 48.include <bsd.lib.mk> |