Module Name: src
Committed By: christos
Date: Sun Dec 16 20:31:07 UTC 2012
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
Log Message:
noman is no more
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/sqlite/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/sqlite/bin/Makefile
diff -u src/external/public-domain/sqlite/bin/Makefile:1.2 src/external/public-domain/sqlite/bin/Makefile:1.3
--- src/external/public-domain/sqlite/bin/Makefile:1.2 Sun Oct 16 17:31:15 2011
+++ src/external/public-domain/sqlite/bin/Makefile Sun Dec 16 15:31:07 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/10/16 21:31:15 he Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/16 20:31:07 christos Exp $
PROG= sqlite3
@@ -7,8 +7,6 @@ SRCS= shell.c
DPADD+= ${LIBSQLITE3} ${LIBEDIT} ${LIBTERIMINFO}
LDADD+= -lsqlite3 -ledit -lterminfo
-NOMAN=
-
BINDIR= /usr/bin
.include <bsd.prog.mk>