freebsd-nq/usr.bin/lex/lib/Makefile
Garrett Wollman ee307ac8ce We really, really /don't/ want to have a shared lex library. Also,
current users should note that the old 1.1.5 lex can't process the
new scan.l, so you have to copy initscan.c to obj/scan.c before it will
build.
1994-08-25 23:11:07 +00:00

15 lines
258 B
Makefile

# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $
LIB= ln
SRCS= libmain.c libyywrap.c
LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a \
.if !defined(NOPROFILE)
LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libl_p.a
.endif
NOSHARED=
.include <bsd.lib.mk>