diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:33:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:33:45 +0000 |
commit | a305257dc707e272cb6d0c840ccda05dfdad420c (patch) | |
tree | e31d1af14c62376c4c2157c9e51789ab9dc457cf /sys/arch | |
parent | 72cab471d1ef38fdece308c745c4419c300f68ca (diff) |
fake includes target
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index 9e331420628..284408a3557 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1996/05/29 21:05:23 niklas Exp $ +# $OpenBSD: Makefile,v 1.8 1996/06/16 10:33:44 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1994/10/26 07:48:46 cgd Exp $ # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -343,5 +343,7 @@ depend: install: +includes: + .include <bsd.obj.mk> .include <bsd.own.mk> |