diff options
| author | 2004-11-17 02:24:47 +0000 | |
|---|---|---|
| committer | 2004-11-17 02:24:47 +0000 | |
| commit | 45f5c8c73c1aa4d86abc4a3bb045f167d9b975d1 (patch) | |
| tree | c6266897e481e7454047ef3ee94a59daca7f3812 /sys/dev/microcode | |
| parent | pre-sync (diff) | |
| download | wireguard-openbsd-45f5c8c73c1aa4d86abc4a3bb045f167d9b975d1.tar.xz wireguard-openbsd-45f5c8c73c1aa4d86abc4a3bb045f167d9b975d1.zip | |
fix non-usb builds
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/atmel/Makefile | 13 |
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 |
