freebsd-src/lib/libcompat/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
315 B
Makefile
Raw Permalink Normal View History

PACKAGE=lib${LIB}
LIB= compat
CFLAGS+=-I${SRCTOP}/lib/libc/locale
NO_PIC=
1994-05-27 06:00:24 +01:00
WARNS?= 0
.PATH: ${.CURDIR}/4.3 ${.CURDIR}/4.4
1994-05-27 06:00:24 +01:00
# compat 4.3 sources
SRCS+= re_comp.c rexec.c
1994-05-27 06:00:24 +01:00
MAN+= 4.3/re_comp.3 4.3/rexec.3
1994-05-27 06:00:24 +01:00
MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources
SRCS+= cuserid.c
MAN+= 4.4/cuserid.3
1994-05-27 06:00:24 +01:00
.include <bsd.lib.mk>