NetBSD/gnu/usr.bin/lex/lib/Makefile

8 lines
166 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.1 (Berkeley) 6/18/90
1993-12-02 22:14:27 +03:00
# $Id: Makefile,v 1.4 1993/12/02 19:14:27 jtc Exp $
1993-03-21 12:45:37 +03:00
1993-12-02 22:14:27 +03:00
LIB= l
SRCS= liballoc.c libmain.c libyywrap.c
1993-03-21 12:45:37 +03:00
.include <bsd.lib.mk>