summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorrpaulo <rpaulo@NetBSD.org>2006-06-07 19:52:49 +0000
committerrpaulo <rpaulo@NetBSD.org>2006-06-07 19:52:49 +0000
commita484b73c4671608eeb756104686eb52df8ac45ae (patch)
treec3833640ace16bef6815e7f319a8480c67bad4f2 /sys/dev
parent6fe7f65c21188093d89a27362ff9b8c4ed33f747 (diff)
Refactor this and use bsd.files.mk instead.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/ral/Makefile29
1 files changed, 3 insertions, 26 deletions
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 <bsd.prog.mk>
+.include <bsd.files.mk>