diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
| commit | 72b4ef71792be91d8c67f0eaac8e95fb13dac7b2 (patch) | |
| tree | c2ffc1d3cf0dc9dfadc545b079629bf051dab0de /usr.bin/lex | |
| parent | 51e6986086b254cf3a68ac8d766f16dbeec5a0bf (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex')
| -rw-r--r-- | usr.bin/lex/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 046430ec884d7..8fd744f3c9e82 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,7 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:55:36 peter Exp $ LIB= ln SRCS= libmain.c libyywrap.c +NOPIC= yes + LINKS= ${LIBDIR}/libln.a ${LIBDIR}/libl.a LINKS+= ${LIBDIR}/libln.a ${LIBDIR}/libfl.a @@ -10,7 +12,5 @@ LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libl_p.a LINKS+= ${LIBDIR}/libln_p.a ${LIBDIR}/libfl_p.a .endif -NOSHARED= - .include <bsd.lib.mk> |
