f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
12 lines
223 B
Makefile
12 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/09/11 22:24:09 dbj Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= l
|
|
SRCS= libmain.c libyywrap.c
|
|
|
|
LINKS= ${LIBDIR}/libl.a ${LIBDIR}/libfl.a
|
|
|
|
.PATH: ${NETBSDSRCDIR}/commands/lex
|
|
|
|
.include <bsd.lib.mk>
|