File:  [ELWIX - Embedded LightWeight unIX -] / elwix / files / sqlite / bin / Makefile
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Mon May 28 23:38:36 2012 UTC (12 years, 2 months ago) by misho
Branches: elwix1_6
fix sqlite makefile

# ELWIX project sqlite3 embedding database
#
# $Id: Makefile,v 1.1.2.2 2012/05/28 23:38:36 misho Exp $

PROG =		sqlite3
NO_MAN =

SRCS =		shell.c

DPADD =		${LIBSQLITE3} ${LIBEDIT}
LDADD =		-lsqlite3 -ledit

BINDIR =	/usr/bin

LDFLAGS += -L../lib

.include <bsd.prog.mk>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>