diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-24 16:31:31 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-24 16:31:31 +0000 |
| commit | 1b989d7a3625921ad25d2b3684dd45dc2ab973a0 (patch) | |
| tree | 7ebc3f6ebcc1779a3abd39c9da2ea6977d537cbf | |
| parent | 9c8e90ad85005ab051e5ea81d69bb40fe440a250 (diff) | |
Notes
| -rw-r--r-- | usr.bin/lex/lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 689b46018e792..8ceb8b527e7c7 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,11 +1,13 @@ -# $Id: Makefile,v 1.1.1.1 1994/08/24 13:10:34 csgr Exp $ +# $Id: Makefile,v 1.2 1994/08/25 23:11:07 wollman Exp $ LIB= ln SRCS= libmain.c libyywrap.c -LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a \ +LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a +LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a .if !defined(NOPROFILE) LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libl_p.a +LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libfl_p.a .endif NOSHARED= |
