diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 21:06:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 21:06:15 +0000 |
commit | 2e6864e2909592b30953dd1b61c5f4ece3d68e0e (patch) | |
tree | d468ee4108290c5783b5100ee8706b3c58730bc1 /distrib/alpha/bsd.rd | |
parent | ee358620dd34ff221a451f11b6f993104a65155f (diff) |
find ramdisk.conf in the right place
Diffstat (limited to 'distrib/alpha/bsd.rd')
-rw-r--r-- | distrib/alpha/bsd.rd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile index 555d2ccc3ae..de5ee79d50d 100644 --- a/distrib/alpha/bsd.rd/Makefile +++ b/distrib/alpha/bsd.rd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/01/29 21:25:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2001/02/04 21:06:14 deraadt Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" IMAGE= ramdisk${REV}.fs -CRUNCHCONF?= ${TOP}/ramdisk/${CBIN}.conf +CRUNCHCONF?= ${TOP}/common/${CBIN}.conf MOUNT_POINT= /mnt |