Subject: Re: package building questions
To: None <tech-pkg@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 04/08/2002 13:55:00
On Fri, Apr 05, 2002 at 10:50:40PM +0200, Klaus Heinz wrote:
> 
>   - leafnode itself has no builtin access restrictions but people are
>     _supposed_ to use tcpwrappers, although it can run without.
>     Should I add a dependency for security/tcp_wrappers ?

You can include "../../security/tcp_wrappers/buildlink.mk" in the package
Makefile and it will add a dependency for platforms that don't have an
existing libwrap installation in /usr.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>