13 lines
		
	
	
		
			222 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			222 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:		${MINIXSRCDIR}/commands/lex
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |