mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
dc36d6f9bb
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
29 lines
387 B
Makefile
29 lines
387 B
Makefile
|
|
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>
|