From 61020736f6ac17745f77df9457b9e5e2a64c8866 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Jun 2001 07:27:23 +0000 Subject: Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)" in Makefile's shared with NetBSD. --- share/mk/sys.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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 -- cgit v1.1