summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-17 02:24:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-17 02:24:48 +0000
commit174905031687c0454519cc04c1e5ca0515fa9c6c (patch)
treecd27728fe4f7570ef0d6eb73b1903958f4a806a0 /sys/dev
parent05a04a16253dec4d7546aa15d7b8eaba8d3f613c (diff)
fix non-usb builds
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/atmel/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 2dd6ae0ecc4..8e6a4171ce9 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2004/11/17 01:56:11 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2004/11/17 02:24:47 deraadt Exp $
+
+NOPROG=
+NOMAN=
# USB capable systems only
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
@@ -16,16 +19,12 @@ CLEANFILES+= ${FIRM} build
all: build
${.OBJDIR}/build
-NOPROG=
-NOMAN=
-
-.include <bsd.prog.mk>
-
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FIRM} ${DESTDIR}/etc/firmware
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${.CURDIR}/atu-license ${DESTDIR}/etc/firmware
+.endif
+.include <bsd.prog.mk>
-.endif