diff options
author | 1998-02-09 06:15:56 +0000 | |
---|---|---|
committer | 1998-02-09 06:15:56 +0000 | |
commit | 957edea3c90115ad4c06766618729a0402dce3d9 (patch) | |
tree | 373b0b3189ff75762c0417797d43151254b69ed4 | |
parent | Missed one (diff) | |
download | wireguard-openbsd-957edea3c90115ad4c06766618729a0402dce3d9.tar.xz wireguard-openbsd-957edea3c90115ad4c06766618729a0402dce3d9.zip |
make depend
-rw-r--r-- | distrib/sparc/floppies/kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc/floppies/kernel/Makefile b/distrib/sparc/floppies/kernel/Makefile index f2f9c2285cc..61d220f8108 100644 --- a/distrib/sparc/floppies/kernel/Makefile +++ b/distrib/sparc/floppies/kernel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1997/09/26 01:51:30 millert Exp $ +# $OpenBSD: Makefile,v 1.13 1998/02/09 06:15:56 deraadt Exp $ .include "../Makefile.inc" @@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list bsd: cd ${.CURDIR}/../../../../sys/arch/sparc/conf && config FLOPPY cd ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY && \ - make clean && make + make clean && make depend && make cp ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY/bsd bsd all: bsd |