From a484b73c4671608eeb756104686eb52df8ac45ae Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 7 Jun 2006 19:52:49 +0000 Subject: Refactor this and use bsd.files.mk instead. --- sys/dev/microcode/ral/Makefile | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'sys/dev/microcode/ral') diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 41d8d6fa547..14d78ae8b10 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,30 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/06/07 19:14:37 rpaulo Exp $ - -# Based on: -# $OpenBSD: Makefile,v 1.1 2006/01/09 20:03:40 damien Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/07 19:52:49 rpaulo Exp $ NOMAN= # defined -FIRM= ral-rt2561 ral-rt2561s ral-rt2661 - -PROG= build - -all: ${FIRM} - -${FIRM}: build - ${.OBJDIR}/build - -proginstall: - -afterinstall: - ${_MKMSG_INSTALL} ${FIRMPATH} - ${INSTALL_DIR} ${FIRMPATH} -.for i in ${FIRM} - ${_MKMSG_INSTALL} ${i} - ${INSTALL_FILE} ${i} ${FIRMPATH} -.endfor - -cleanall: - rm -f ${FIRM} +FILES= ral-rt2561 ral-rt2561s ral-rt2661 ral-license -.include +.include -- cgit