__FreeBSD__ is also used here.

Forgotten by: Lots of people.
Pointed out by: make world.
This commit is contained in:
John Hay 1999-01-23 10:59:29 +00:00
parent fa18887740
commit 9f12d84d0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43097

View File

@ -325,7 +325,9 @@ main(argc, argv)
appcstrg(&cppflags, "-$");
appcstrg(&cppflags, "-C");
appcstrg(&cppflags, "-Wcomment");
#if defined (__FreeBSD__) && (__FreeBSD__ == 3)
#if defined (__FreeBSD__) && (__FreeBSD__ == 4)
appcstrg(&cppflags, "-D__FreeBSD__=4");
#elif defined (__FreeBSD__) && (__FreeBSD__ == 3)
appcstrg(&cppflags, "-D__FreeBSD__=3");
#elif defined (__FreeBSD__) && (__FreeBSD__ == 2)
appcstrg(&cppflags, "-D__FreeBSD__=2");