svn commit: r278723 - stable/9/share/man/man4

Garrett Cooper ngie at FreeBSD.org
Fri Feb 13 22:05:37 UTC 2015


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 \


More information about the svn-src-stable mailing list