kernel - Permanently fix FP bug - completely remove lazy heuristic
[dragonfly.git] / usr.sbin / installer / libaura / Makefile
blobf546df1cc9ee0b181e696984673019176a43df39
1 # $DragonFly: src/usr.sbin/installer/libaura/Makefile,v 1.3 2008/08/29 22:51:56 swildner Exp $
3 LIB= aura
4 SRCS= buffer.c dict.c fspred.c mem.c popen.c
6 CFLAGS+=-I${.CURDIR}/..
7 INTERNALLIB=true
9 .include <bsd.lib.mk>