make behavior with obj directory

2006-09-24 Thread Matthieu Michaud
i was noticed this behavior using make on freebsd and netbsd :

[EMAIL PROTECTED] cat Makefile
all:
pwd
[EMAIL PROTECTED] make
pwd
/usr/home/ohmer
[EMAIL PROTECTED] mkdir obj
[EMAIL PROTECTED] make
pwd
/usr/home/ohmer/obj

it seems a hard coded make behavior so it rather looks like a feature
than a bug. why is that ?

-- 
Matthieu Michaud <[EMAIL PROTECTED]>
EPITA SRS 2007 - Adaptive Hacking

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: somehow OT: SMALL named and dhcpd

2007-08-30 Thread Matthieu Michaud

On Aug 29, 2007, at 7:56 PM, Wojciech Puchar wrote:


anyone here know a SMALL named and dhcpd servers?

small i mean no more than say 200kB both (just binaries). the  
dumbest dhcpd would be enough (automatic assignment to all machines  
on given interfaces), named just to keep single domain and forward  
everything else to master.


thank you for help!


dnsmasq does it.

http://www.thekelleys.org.uk/dnsmasq/doc.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"