.include <bsd.subdir.mk> in order to inherit no-op standard targets like
the other Makefiles here do. This really isn't the Right way to do it in the long run (better to use <bsd.prog.mk> with NOPROG), but it works.
This commit is contained in:
parent
8dd789d511
commit
4adbe6d1df
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2001/10/21 23:23:23 jmc Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2001/10/23 16:30:35 tv Exp $
|
||||
#
|
||||
# boot.fs is the image for disk 1 of the two-set floppy based installation
|
||||
# method.
|
||||
|
@ -107,3 +107,4 @@ release: $(IMAGE)
|
|||
.endif # RELEASEDIR check
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in New Issue