summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/eeprom/Makefile')
-rw-r--r--usr.sbin/eeprom/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
new file mode 100644
index 0000000..fa5f411
--- /dev/null
+++ b/usr.sbin/eeprom/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../ofwdump
+
+PROG= eeprom
+MAN= eeprom.8
+MANSUBDIR= /sparc64
+SRCS= eeprom.c ofw_options.c ofw_util.c
+WARNS?= 6
+CFLAGS+= -I${.CURDIR}/../ofwdump
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud