diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-18 20:28:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-18 20:28:39 +0000 |
commit | 85a49099bfe4d7b1c43ae57d5e397b4f46353f8f (patch) | |
tree | 4bfa84951af073f31e0e2a986fb7334594b42c46 /distrib/zaurus/ipk | |
parent | 667027c89d1fe144625f17649f9c40c3ab14a4c2 (diff) |
do not hardcode release
Diffstat (limited to 'distrib/zaurus/ipk')
-rw-r--r-- | distrib/zaurus/ipk/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/distrib/zaurus/ipk/Makefile b/distrib/zaurus/ipk/Makefile index 0996c695246..fcd0268a300 100644 --- a/distrib/zaurus/ipk/Makefile +++ b/distrib/zaurus/ipk/Makefile @@ -1,15 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2005/03/18 20:26:12 uwe Exp $ +# $OpenBSD: Makefile,v 1.2 2005/03/18 20:28:38 deraadt Exp $ TOP= ${.CURDIR}/.. -IPK= openbsd37_arm.ipk +IPK= openbsd${OSrev}_arm.ipk all: ${IPK} ${IPK}: - -rm -rf ${.OBJDIR}/data - install -o ${BINOWN} -g ${BINGRP} -m 755 -d ${.OBJDIR}/data/hdd2/OpenBSD -# install -o ${BINOWN} -g ${BINGRP} -m 755 -d ${.OBJDIR}/data/hdd2 install -o ${BINOWN} -g ${BINGRP} -m 755 -d \ ${.OBJDIR}/data/opt/QtPalmtop/apps/Applications install -o ${BINOWN} -g ${BINGRP} -m 755 -d ${.OBJDIR}/data/opt/QtPalmtop/bin @@ -50,7 +47,8 @@ install: cp ${IPK} ${DESTDIR}/snapshot clean cleandir: - rm -rf data control ${IPK} debian-binary control.tar.gz data.tar.gz + rm -rf data control ${IPK} debian-binary control.tar.gz data.tar.gz \ + bootbsd.png .include <bsd.prog.mk> .include <bsd.subdir.mk> |