diff options
author | 1997-04-20 10:57:23 +0000 | |
---|---|---|
committer | 1997-04-20 10:57:23 +0000 | |
commit | 58c5dd898624fc6082b52564df7e8e528f607460 (patch) | |
tree | 5c6136118cb78a4db945d7933352f0451ea3d9d3 | |
parent | Added ${MAKE} distribution for ypinit in distribution-etc-root-var. -moj (diff) | |
download | wireguard-openbsd-58c5dd898624fc6082b52564df7e8e528f607460.tar.xz wireguard-openbsd-58c5dd898624fc6082b52564df7e8e528f607460.zip |
Use ${ALPHA} instead of ../..
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 8abe7c1ddbc..81c9c73fc7d 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.12 1997/04/19 21:12:51 tholo Exp $ +# $OpenBSD: Makefile.alpha,v 1.13 1997/04/20 10:57:23 niklas Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -181,5 +181,6 @@ cpuconf.o: cpuconf.c ${NORMAL_C} cpuconf.c: ${ALPHA}/alpha/cpuconf.c - cp ../../alpha/cpuconf.c . + cp ${ALPHA}/alpha/cpuconf.c . + %RULES |