Include bsd.own.mk for MK_CASPER to work.

Reported by:	nwhitehorn
This commit is contained in:
Pawel Jakub Dawidek 2013-12-15 23:49:42 +00:00
parent 007e4f41a7
commit 68cfe72642
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259440

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
.include <bsd.own.mk>
.if (${MACHINE_ARCH} == "amd64")
SFX= 32
.endif