diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-08 14:32:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-08 14:32:32 +0000 |
commit | 8761790fa8519f3d0ec60ba647c57d41260cd594 (patch) | |
tree | 0f97d194fd5b1f750f906f85f3bc8f88f177ffe8 /distrib/alpha | |
parent | 0642c30065640a73e1ed6b291615852fca948d74 (diff) |
get the common list too
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/inst-common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/inst-common/Makefile.inc b/distrib/alpha/inst-common/Makefile.inc index a56d8290de4..d7863c213ef 100644 --- a/distrib/alpha/inst-common/Makefile.inc +++ b/distrib/alpha/inst-common/Makefile.inc @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile.inc,v 1.2 1997/05/10 23:09:32 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2001/02/08 14:32:31 deraadt Exp $ # # TOP is assumed to be defined by Makefile including this one. @@ -9,7 +9,7 @@ COMMONDIR= ${TOP}/inst-common MOUNT_POINT?= ${TOP}/${BASE}/fs -LISTS= ${COMMONDIR}/list ${.CURDIR}/list +LISTS= ${COMMONDIR}/list ${.CURDIR}/list ${.CURDIR}/../common/list CRUNCHCONF?= ${COMMONDIR}/${CBIN}.conf MTREE= ${COMMONDIR}/mtree.conf |