Correct a bug in the -S truncation mode where the mode was not being passed
[dragonfly/vkernel-mp.git] / lib / liby / Makefile
blob19ed5b8739c66defeb297bd9b272c2d18e3a121c
1 # $FreeBSD: src/lib/liby/Makefile,v 1.7 1999/08/28 00:05:59 peter Exp $
2 # $DragonFly: src/lib/liby/Makefile,v 1.4 2005/04/21 15:42:34 joerg Exp $
4 LIB= y
5 SHLIB_MAJOR= 3
7 SRCS= main.c yyerror.c
9 NOPIC= true
11 .include <bsd.lib.mk>