summaryrefslogtreecommitdiff
path: root/www/neowebscript/files/Makefile.lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-21 20:37:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-21 20:37:43 +0000
commit7368395c6386f5da70c04988583d9383565d0616 (patch)
tree5b6afaa672e93a8b64caaa73242ace26bb1c6dd9 /www/neowebscript/files/Makefile.lib
parentCatch up to the new bsd.lib.mk API. (diff)
Catch up to the new bsd.lib.mk API (the library is not internal).
Notes
Notes: svn path=/head/; revision=63337
Diffstat (limited to '')
-rw-r--r--www/neowebscript/files/Makefile.lib5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/neowebscript/files/Makefile.lib b/www/neowebscript/files/Makefile.lib
index bc014befe903..4f57d17c79be 100644
--- a/www/neowebscript/files/Makefile.lib
+++ b/www/neowebscript/files/Makefile.lib
@@ -25,11 +25,6 @@ LDADD+= -ldb2
#LDFLAGS= ${LDADD}
-NOPROFILE= True # to avoid building profiled library
-INTERNALLIB= True # to avoid building a static version
-
NOMAN= True # don't bother with the man-page here, let the port handle it
-all: ${SHLIB_NAME}
-
.include <bsd.lib.mk>