installer: Move the installer from contrib/ to usr.sbin/.
[dragonfly.git] / usr.sbin / installer / libaura / Makefile
1 # $DragonFly: src/usr.sbin/installer/libaura/Makefile,v 1.3 2008/08/29 22:51:56 swildner Exp $
2
3 LIB=    aura
4 SRCS=   buffer.c dict.c fspred.c mem.c popen.c
5
6 CFLAGS+=-I${.CURDIR}/..
7 INTERNALLIB=true
8
9 .include <bsd.lib.mk>