Build lex library in ~/lib/libl, but put the sources from ~/usr.bin/lex,

so that we can start "importing" future flex releases without losing our
local changes.
This commit is contained in:
jtc 1994-02-04 19:10:17 +00:00
parent 2b1ad09541
commit 84cb799d27
1 changed files with 12 additions and 0 deletions

12
lib/libl/Makefile Normal file
View File

@ -0,0 +1,12 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/18/90
# $Id: Makefile,v 1.1 1994/02/04 19:10:17 jtc Exp $
LIB= l
SRCS= libmain.c libyywrap.c
NOPIC=
LINKS= ${DESTDIR}/usr/lib/libl.a ${DESTDIR}/usr/lib/libfl.a \
${DESTDIR}/usr/lib/libl_p.a ${DESTDIR}/usr/lib/libfl_p.a
.PATH: ${.CURDIR}/../../usr.bin/lex
.include <bsd.lib.mk>