ee307ac8ce
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.
15 lines
258 B
Makefile
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>
|
|
|