xref: /dflybsd-src/lib/liby/Makefile (revision cf49343ddd4a2da7ffb632e5c4015f707573a790)
1984263bcSMatthew Dillon# $FreeBSD: src/lib/liby/Makefile,v 1.7 1999/08/28 00:05:59 peter Exp $
2*f675e8b5SJoerg Sonnenberger# $DragonFly: src/lib/liby/Makefile,v 1.4 2005/04/21 13:42:34 joerg Exp $
3984263bcSMatthew Dillon
4984263bcSMatthew DillonLIB=		y
5*f675e8b5SJoerg SonnenbergerSHLIB_MAJOR=	3
6984263bcSMatthew Dillon
7984263bcSMatthew DillonSRCS=	main.c yyerror.c
8984263bcSMatthew Dillon
9984263bcSMatthew DillonNOPIC=	true
10984263bcSMatthew Dillon
11984263bcSMatthew Dillon.include <bsd.lib.mk>
12