Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/sqlite/bin noman is no more



details:   https://anonhg.NetBSD.org/src/rev/1aa4b8fc23a0
branches:  trunk
changeset: 783359:1aa4b8fc23a0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 16 20:31:07 2012 +0000

description:
noman is no more

diffstat:

 external/public-domain/sqlite/bin/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c4163301f8a4 -r 1aa4b8fc23a0 external/public-domain/sqlite/bin/Makefile
--- a/external/public-domain/sqlite/bin/Makefile        Sun Dec 16 20:25:40 2012 +0000
+++ b/external/public-domain/sqlite/bin/Makefile        Sun Dec 16 20:31:07 2012 +0000
@@ -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 @@
 DPADD+=                ${LIBSQLITE3} ${LIBEDIT} ${LIBTERIMINFO}
 LDADD+=                -lsqlite3 -ledit -lterminfo
 
-NOMAN=
-
 BINDIR=                /usr/bin
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index