freebsd-dev/lib/libcompat/Makefile
John Baldwin 6387091e9a Use __SCSSID() for SCCS IDs.
While here, fix $FreeBSD$ ID in ftime.c to use __FBSDID instead of a static
array.
2018-06-10 02:34:41 +00:00

31 lines
436 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
PACKAGE=lib${LIB}
LIB= compat
CFLAGS+=-I${SRCTOP}/lib/libc/locale
NO_PIC=
WARNS?= 0
.PATH: ${.CURDIR}/4.1 ${.CURDIR}/4.3 ${.CURDIR}/4.4
# compat 4.1 sources
SRCS+= ftime.c
MAN+= 4.1/ftime.3
# compat 4.3 sources
SRCS+= re_comp.c rexec.c
MAN+= 4.3/re_comp.3 4.3/rexec.3
MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources
SRCS+= cuserid.c
MAN+= 4.4/cuserid.3
.include <bsd.lib.mk>