summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/tigon
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2005-06-16 08:23:50 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2005-06-16 08:23:50 +0000
commit1fd31d1d2eb1b3061f871caf672d19a9c8b8b8a1 (patch)
tree36256cdde9783242f161ac297426fee0bc9dfa7b /sys/dev/microcode/tigon
parent35499cfa1d35b697a2b4fc1f51ad992ab4e17bc4 (diff)
fix dependencies; from alexander bluhm; ok deraadt
Diffstat (limited to 'sys/dev/microcode/tigon')
-rw-r--r--sys/dev/microcode/tigon/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile
index c24ed1dd6be..db9ed7f9e17 100644
--- a/sys/dev/microcode/tigon/Makefile
+++ b/sys/dev/microcode/tigon/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2004/12/19 16:19:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2005/06/16 08:23:49 markus Exp $
NOPROG=
NOMAN=
@@ -12,11 +12,17 @@ NOMAN=
FIRM= tigon1 tigon2
-CLEANFILES+= ${FIRM} build
+PROG= build
-all: build
+CLEANFILES+= ${FIRM} ${PROG}
+
+all: ${FIRM}
+
+${FIRM}: build
${.OBJDIR}/build
+realinstall:
+
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FIRM} ${DESTDIR}/etc/firmware
@@ -25,4 +31,3 @@ afterinstall:
.endif
.include <bsd.prog.mk>
-