summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-16 07:27:23 +0000
committerobrien <obrien@FreeBSD.org>2001-06-16 07:27:23 +0000
commit61020736f6ac17745f77df9457b9e5e2a64c8866 (patch)
treecdcc0ede1d3f6a0983c9a5a4e79fe405451cde66 /share
parent10abd05c149e5b4f7506aa1677cacf87d1747ca6 (diff)
downloadFreeBSD-src-61020736f6ac17745f77df9457b9e5e2a64c8866.zip
FreeBSD-src-61020736f6ac17745f77df9457b9e5e2a64c8866.tar.gz
Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"
in Makefile's shared with NetBSD.
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 3f60fb8..fa7a680 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -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
OpenPOWER on IntegriCloud