summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-22 01:26:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-22 01:26:32 +0000
commit61e01fb66af51537198b001e9e6d7fc04da1c97e (patch)
tree36aa86c7c20ccc74945c289f4d7769492f82312a /sys/arch
parentb78d3507f4a38bc4145c982eb9ef8df4e0b86532 (diff)
no need for NOPROG and bsd.prog.mk
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile
index edac397af5e..f36d3c13785 100644
--- a/sys/arch/i386/Makefile
+++ b/sys/arch/i386/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2006/07/29 12:18:44 thib Exp $
+# $OpenBSD: Makefile,v 1.17 2007/10/22 01:26:31 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1996/02/01 22:31:28 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@@ -7,9 +7,6 @@
S=${.CURDIR}/../..
.include "$S/kern/Make.tags.inc"
-NOPROG= noprog
-NOMAN= noman
-
SUBDIR= stand
TI386= $S/arch/i386/tags
@@ -35,4 +32,4 @@ links:
obj: _SUBDIRUSE
-.include <bsd.prog.mk>
+.include <bsd.subdir.mk>