Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"
in Makefile's shared with NetBSD.
This commit is contained in:
parent
707fed2004
commit
3f5a93f6d3
@ -2,6 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
unix ?= We run FreeBSD, not UNIX.
|
||||
.FreeBSD ?= true
|
||||
|
||||
# If the special target .POSIX appears (without prerequisites or
|
||||
# commands) before the first noncomment line in the makefile, make shall
|
||||
|
Loading…
Reference in New Issue
Block a user