diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
commit | 01329ac9e9518a403ce15ef259eff408cab7d836 (patch) | |
tree | 464e23ebc11ac3c0e836e472400fa343ff9d5567 /distrib/amiga/Makefile | |
parent | b032c591fc96616a5663da6b4bffa988e7a039fe (diff) |
if we start at the top of distrib, we will end up in the right place...
Diffstat (limited to 'distrib/amiga/Makefile')
-rw-r--r-- | distrib/amiga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amiga/Makefile b/distrib/amiga/Makefile index d60624110db..da05de32fe7 100644 --- a/distrib/amiga/Makefile +++ b/distrib/amiga/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 1997/05/18 15:25:16 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1997/09/18 17:18:35 deraadt Exp $ -SUBDIR= ../crunch ../miniroot ../ramdisk +SUBDIR= ../miniroot ../ramdisk .include <bsd.subdir.mk> |