noman is no more

This commit is contained in:
christos 2012-12-16 20:31:07 +00:00
parent b6b2f24e70
commit bafb9c842e
1 changed files with 1 additions and 3 deletions

View File

@ -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>