diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-19 00:28:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-19 00:28:05 +0000 |
commit | 4a83c9286a3d4cc8875d4bc61f54bedf850bfcf8 (patch) | |
tree | c6efff8ffa62ff3ff3804d8c545b9ad581dafbe3 /distrib/zaurus | |
parent | 570af2a0ddaf2e1494148c13a90b92bb5191cb26 (diff) |
fix deps, cleaning
Diffstat (limited to 'distrib/zaurus')
-rw-r--r-- | distrib/zaurus/ipk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/zaurus/ipk/Makefile b/distrib/zaurus/ipk/Makefile index 520211bb7ce..6745738d324 100644 --- a/distrib/zaurus/ipk/Makefile +++ b/distrib/zaurus/ipk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/03/19 00:27:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2005/03/19 00:28:04 deraadt Exp $ TOP= ${.CURDIR}/.. IPK= openbsd${OSrev}_arm.ipk @@ -43,7 +43,7 @@ ${IPK}: echo 2.0 > debian-binary; chown ${BINOWN}:${BINGRP} debian-binary tar -czf ${IPK} ./debian-binary ./data.tar.gz ./control.tar.gz -Packages: +Packages: ${IPK} echo "Package: openbsd" > ${.OBJDIR}/Packages echo "Version: ${OSREV}" >> ${.OBJDIR}/Packages echo "Priority: optional" >> ${.OBJDIR}/Packages @@ -62,7 +62,7 @@ install: ${IPK} Packages clean cleandir: rm -rf data control ${IPK} debian-binary control.tar.gz data.tar.gz \ - bootbsd.png + bootbsd.png Packages .include <bsd.prog.mk> .include <bsd.subdir.mk> |