diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-17 04:01:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-17 04:01:49 +0000 |
commit | f132151c64b2391fece6ce9e49478a5c9a6c8a1a (patch) | |
tree | 43bf83d821864d65e24e0b0311f06057c712bf18 /distrib/i386 | |
parent | ccc8db461f18b7f3106c44fc89231dfc92545541 (diff) |
Need bsd.subdir.mk for "make obj" to work.
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 914969769e3..df508539581 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1997/05/14 18:39:00 niklas Exp $ +# $OpenBSD: Makefile,v 1.20 1997/05/17 04:01:48 millert Exp $ TOP= ${.CURDIR}/.. @@ -105,3 +105,4 @@ clean cleandir: bsd bsd.rd bsd.gz floppy*.fs rdsetroot .include <bsd.obj.mk> +.include <bsd.subdir.mk> |