diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-23 09:33:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-23 09:33:39 +0000 |
commit | a34f91490e250fb4f3acc12746d3cfc04fa3f7a8 (patch) | |
tree | b7177a168cd7e7a7df9cd592583ec51669ed46fc /distrib/i386 | |
parent | d0a8c042f5e3ea32dbfbbda6efe9a5286ab8d26e (diff) |
oops, cdfs must be built. spotted by todd, here is the correct diff
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/Makefile b/distrib/i386/Makefile index 34a72b0ee54..b0525ac46f6 100644 --- a/distrib/i386/Makefile +++ b/distrib/i386/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2015/01/12 17:10:36 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2015/02/23 09:33:38 deraadt Exp $ -SUBDIR= ramdisk_cd ramdisk +SUBDIR= ramdisk_cd ramdisk cdfs .if make(obj) || make(cleandir) || make(clean) SUBDIR+= iso |