diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 04:24:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 04:24:16 +0000 |
commit | 9dd706bd4b36dc3aa6e539a4739f2a8621ff6385 (patch) | |
tree | 1434cac53480e02c616376abd4aab8f3bf68a5b1 /etc/etc.landisk/Makefile.inc | |
parent | afa177d74d72bbe861d8934c42f42d4b0a746469 (diff) |
remove some junk
Diffstat (limited to 'etc/etc.landisk/Makefile.inc')
-rw-r--r-- | etc/etc.landisk/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.landisk/Makefile.inc b/etc/etc.landisk/Makefile.inc index 0e7198c04a4..e39270ef97c 100644 --- a/etc/etc.landisk/Makefile.inc +++ b/etc/etc.landisk/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2009/04/17 03:58:54 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2009/04/17 04:24:15 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \ @@ -9,7 +9,6 @@ bsd: cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \ ${MAKE} clean && ${MAKE} depend && exec ${MAKE} -# probably will be replaced by procedure to build 'miniroot' image bootblocks: cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} |