Allow this to compile if MKSTATICLIB=no.

More of PR 29968 from Jukka Salmi.
This commit is contained in:
lukem 2005-05-07 00:23:01 +00:00
parent 0ae4504a04
commit d26858bb0f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2002/08/19 09:41:32 lukem Exp $
# $NetBSD: Makefile,v 1.12 2005/05/07 00:23:01 lukem Exp $
NOPIC= # defined
@ -7,7 +7,9 @@ NOPIC= # defined
LIB= l
SRCS= libmain.c libyywrap.c
.if ${MKSTATICLIB} != "no"
LINKS= ${LIBDIR}/libl.a ${LIBDIR}/libfl.a
.endif
.PATH: ${NETBSDSRCDIR}/usr.bin/lex