Check for setenv/putenv's success
[dragonfly.git] / lib / liby / Makefile
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 13:42:34 joerg Exp $
3
4 LIB=            y
5 SHLIB_MAJOR=    3
6
7 SRCS=   main.c yyerror.c
8
9 NOPIC=  true
10
11 .include <bsd.lib.mk>