From 77418d3b000634f655617e92bb3a2440fc0d381f Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 15 Dec 2013 23:49:42 +0000 Subject: Include bsd.own.mk for MK_CASPER to work. Reported by: nwhitehorn --- usr.bin/kdump/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/kdump/Makefile') diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 9d24504..d65779e 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +.include + .if (${MACHINE_ARCH} == "amd64") SFX= 32 .endif -- cgit v1.1