svn commit: r259440 - head/usr.bin/kdump
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Dec 15 23:49:42 UTC 2013
Author: pjd
Date: Sun Dec 15 23:49:42 2013
New Revision: 259440
URL: http://svnweb.freebsd.org/changeset/base/259440
Log:
Include bsd.own.mk for MK_CASPER to work.
Reported by: nwhitehorn
Modified:
head/usr.bin/kdump/Makefile
Modified: head/usr.bin/kdump/Makefile
==============================================================================
--- head/usr.bin/kdump/Makefile Sun Dec 15 23:20:26 2013 (r259439)
+++ head/usr.bin/kdump/Makefile Sun Dec 15 23:49:42 2013 (r259440)
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <bsd.own.mk>
+
.if (${MACHINE_ARCH} == "amd64")
SFX= 32
.endif
More information about the svn-src-head
mailing list