diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-05 20:53:44 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-05 20:53:44 +0000 |
commit | 783fefffb1d610deda69cbaeb7e5908e84fd7998 (patch) | |
tree | 9d892c1887f8bec116edfc0a8f97684bc83b8bf1 | |
parent | Add ratmenu-1.4, a simple menu patterened for use with ratpoison (diff) |
Add INSTALLS_SHLIB.
Notes
Notes:
svn path=/head/; revision=48486
-rw-r--r-- | security/nessus-libnasl-devel/Makefile | 1 | ||||
-rw-r--r-- | security/nessus-libnasl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/nessus-libnasl-devel/Makefile b/security/nessus-libnasl-devel/Makefile index f66569581e2c..54bf1919e7d4 100644 --- a/security/nessus-libnasl-devel/Makefile +++ b/security/nessus-libnasl-devel/Makefile @@ -27,6 +27,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl USE_LIBTOOL= YES +INSTALLS_SHLIB= YES MAN1= nasl.1 nasl-config.1 diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index f66569581e2c..54bf1919e7d4 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -27,6 +27,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl USE_LIBTOOL= YES +INSTALLS_SHLIB= YES MAN1= nasl.1 nasl-config.1 |