diff options
author | pjd <pjd@FreeBSD.org> | 2013-12-15 23:49:42 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-12-15 23:49:42 +0000 |
commit | 77418d3b000634f655617e92bb3a2440fc0d381f (patch) | |
tree | 5856df9531d59887950123c29810dca237009be9 /usr.bin/kdump/Makefile | |
parent | e1f059b35f342eee1cb7ed8c77043a703812f003 (diff) | |
download | FreeBSD-src-77418d3b000634f655617e92bb3a2440fc0d381f.zip FreeBSD-src-77418d3b000634f655617e92bb3a2440fc0d381f.tar.gz |
Include bsd.own.mk for MK_CASPER to work.
Reported by: nwhitehorn
Diffstat (limited to 'usr.bin/kdump/Makefile')
-rw-r--r-- | usr.bin/kdump/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <bsd.own.mk> + .if (${MACHINE_ARCH} == "amd64") SFX= 32 .endif |