# $OpenBSD: Makefile,v 1.2 2004/12/22 12:08:23 deraadt Exp $ NOPROG= NOMAN= # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "alpha") || (${MACHINE} == "sparc64") || \ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ (${MACHINE} == "hppa") || (${MACHINE} == "hppa64") || \ (${MACHINE} == "sgi") FIRM= fxp-d101a fxp-d101b0 fxp-d101ma fxp-d101s fxp-d102 fxp-d102c CLEANFILES+= ${FIRM} build all: build ${.OBJDIR}/build afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${FIRM} ${DESTDIR}/etc/firmware ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${.CURDIR}/fxp-license ${DESTDIR}/etc/firmware .endif .include