Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 1996 10:41:26 -0700
From:      Jason Thorpe <thorpej@nas.nasa.gov>
To:        Wolfram Schneider <wosch@cs.tu-berlin.de>
Cc:        Julian Elischer <julian@current1.whistle.com>, FreeBSD-gnats-submit@freebsd.org, GNATS Management <gnats@freefall.freebsd.org>, freebsd-bugs@freefall.freebsd.org
Subject:   Re: bin/1643: Support for NetBSD in bsd.port.mk 
Message-ID:  <199609191741.KAA07179@lestat.nas.nasa.gov>

next in thread | raw e-mail | index | archive | help
On Thu, 19 Sep 1996 17:53:42 +0200 
 Wolfram Schneider <wosch@cs.tu-berlin.de> wrote:

 > We have 541 #ifdef __FreeBSD__ in our ports ...

True enough ... however, with a little effort, those can be change into

#if defined(__FreeBSD__) || defined(__NetBSD__)

...or the appropriate

#if BSD > ...

conditionals.  SMOP, right?  :-)

 -- save the ancient forests - http://www.bayarea.net/~thorpej/forest/ -- 
Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609191741.KAA07179>