diff options
author | 2002-04-21 17:56:59 +0000 | |
---|---|---|
committer | 2002-04-21 17:56:59 +0000 | |
commit | 96ceca5d47356b0846009cb38a5ce5488e9e7f2e (patch) | |
tree | 3c3d0d233353d857a870ddfa8e68c2329d895302 | |
parent | minor cleanups, i think (diff) | |
download | wireguard-openbsd-96ceca5d47356b0846009cb38a5ce5488e9e7f2e.tar.xz wireguard-openbsd-96ceca5d47356b0846009cb38a5ce5488e9e7f2e.zip |
where is the config file now...
-rw-r--r-- | distrib/sparc64/bsd.rd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/bsd.rd/Makefile b/distrib/sparc64/bsd.rd/Makefile index 18b7402d934..982cf9ce4c2 100644 --- a/distrib/sparc64/bsd.rd/Makefile +++ b/distrib/sparc64/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/04/21 07:30:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2002/04/21 17:56:59 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -6,6 +6,7 @@ TOP= ${.CURDIR}/.. IMAGE= ramdisk${REV}.fs CBIN?= instbin LISTS?= ${.CURDIR}/list +CRUNCHCONF?= ${.CURDIR}/${CBIN}.conf MOUNT_POINT= /mnt |