Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 22:05:37 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r278723 - stable/9/share/man/man4
Message-ID:  <201502132205.t1DM5bxc023172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Feb 13 22:05:36 2015
New Revision: 278723
URL: https://svnweb.freebsd.org/changeset/base/278723

Log:
  Unbreak the build by .include'ing bsd.own.mk
  
  Pointyhat to: me

Modified:
  stable/9/share/man/man4/Makefile

Modified: stable/9/share/man/man4/Makefile
==============================================================================
--- stable/9/share/man/man4/Makefile	Fri Feb 13 22:01:14 2015	(r278722)
+++ stable/9/share/man/man4/Makefile	Fri Feb 13 22:05:36 2015	(r278723)
@@ -1,6 +1,8 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 MAN=	aac.4 \
 	aacraid.4 \
 	acpi.4 \



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