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/common | |
parent | ee358620dd34ff221a451f11b6f993104a65155f (diff) |
find ramdisk.conf in the right place
Diffstat (limited to 'distrib/alpha/common')
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index e8c2b8e2acd..3d04fcd09a8 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/01/29 21:25:46 deraadt Exp $ +# $OpenBSD: Makefile.inc,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 |