diff options
author | 2006-11-12 21:45:19 +0000 | |
---|---|---|
committer | 2006-11-12 21:45:19 +0000 | |
commit | a222f9827e7ed488bcb0acc0ac09c3b23bbd56c0 (patch) | |
tree | d8b62efbc5e08215cc3a626df46dc3e103cfcf3e | |
parent | pretty clean (diff) | |
download | wireguard-openbsd-a222f9827e7ed488bcb0acc0ac09c3b23bbd56c0.tar.xz wireguard-openbsd-a222f9827e7ed488bcb0acc0ac09c3b23bbd56c0.zip |
names have changed
-rw-r--r-- | etc/etc.landisk/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.landisk/Makefile.inc b/etc/etc.landisk/Makefile.inc index 045fd9b3c1a..8e2df705da4 100644 --- a/etc/etc.landisk/Makefile.inc +++ b/etc/etc.landisk/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2006/10/25 01:47:41 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2006/11/12 21:45:19 deraadt Exp $ .ifdef DESTDIR snap_md: bsd bootblocks distrib @@ -13,7 +13,7 @@ bsd: # probably will be replaced by procedure to build 'miniroot' image bootblocks: cp ${DESTDIR}/usr/mdec/mbr ${DESTDIR}/snapshot - cp ${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/snapshot + cp ${DESTDIR}/usr/mdec/xxboot ${DESTDIR}/snapshot cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot .PHONY: bsd bootblocks |