summaryrefslogtreecommitdiff
path: root/share/mk/bsd.lkm.mk
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-04-03 23:00:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-04-03 23:00:10 +0000
commitc985060f0f8d96088c0b97e28aed2cc2c2fd6b07 (patch)
treeb6f9bc70449471a55a61041dc2880801be52944c /share/mk/bsd.lkm.mk
parentcd5d50237a86384b0f884e5b3e604ef25e789bb4 (diff)
Minor clean-ups:
- document some more things (MANPS, make oddities) - put all PHONY targets in bsd.own.mk, since it's included by everything that uses it. - remove them from bsd.lib.mk, since it includes bsd.own.mk. - ... except for load/unload, which are only in bsd.lkm.mk. - fix spell target, so that it actually depends on the generated file. okay niklas@
Diffstat (limited to 'share/mk/bsd.lkm.mk')
-rw-r--r--share/mk/bsd.lkm.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.lkm.mk b/share/mk/bsd.lkm.mk
index f879c1fd6c8..036bb97f356 100644
--- a/share/mk/bsd.lkm.mk
+++ b/share/mk/bsd.lkm.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.lkm.mk,v 1.15 2000/06/18 23:21:47 assar Exp $
+# $OpenBSD: bsd.lkm.mk,v 1.16 2001/04/03 23:00:09 espie Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -121,3 +121,5 @@ lint: ${LOBJS}
.include <bsd.dep.mk>
.include <bsd.subdir.mk>
.include <bsd.sys.mk>
+
+.PHONY: load unload