diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:57:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:57:00 +0000 |
commit | 02b7866d87ea45fa5545911f976e4184a91fbe6d (patch) | |
tree | cb34fc168db7642f7326bdc878a093736b17bbf7 /distrib/sparc64/bsd.rd | |
parent | d94d9331033bd470efd069b4fa64df6f88ae2bf2 (diff) |
where is the config file now...
Diffstat (limited to 'distrib/sparc64/bsd.rd')
-rw-r--r-- | distrib/sparc64/bsd.rd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/bsd.rd/Makefile b/distrib/sparc64/bsd.rd/Makefile index 18b7402d934..982cf9ce4c2 100644 --- a/distrib/sparc64/bsd.rd/Makefile +++ b/distrib/sparc64/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/04/21 07:30:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2002/04/21 17:56:59 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -6,6 +6,7 @@ TOP= ${.CURDIR}/.. IMAGE= ramdisk${REV}.fs CBIN?= instbin LISTS?= ${.CURDIR}/list +CRUNCHCONF?= ${.CURDIR}/${CBIN}.conf MOUNT_POINT= /mnt |