diff options
author | 2001-02-08 14:32:31 +0000 | |
---|---|---|
committer | 2001-02-08 14:32:31 +0000 | |
commit | dfeac9dfa7834585ca28505efa3325c408b6bbd4 (patch) | |
tree | a0afe3904ca1200f4501466caa432e61a0f026aa | |
parent | Squeeze a bit more to make it fit. (diff) | |
download | wireguard-openbsd-dfeac9dfa7834585ca28505efa3325c408b6bbd4.tar.xz wireguard-openbsd-dfeac9dfa7834585ca28505efa3325c408b6bbd4.zip |
get the common list too
-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 |