summaryrefslogtreecommitdiff
path: root/usr.sbin/acpiscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpiscan/Makefile')
-rw-r--r--usr.sbin/acpiscan/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/acpiscan/Makefile b/usr.sbin/acpiscan/Makefile
new file mode 100644
index 00000000000..2569b8f5a4e
--- /dev/null
+++ b/usr.sbin/acpiscan/Makefile
@@ -0,0 +1,17 @@
+# $OpenBSD: Makefile,v 1.1 2006/11/03 19:33:56 marco Exp $
+
+.if (${MACHINE} == "i386") || (${MACHINE} == "amd64")
+PROG= acpiscan
+SRCS= acpiscan.c oslib.c
+.else
+NOPROG= yes
+.endif
+
+MAN= acpiscan.8
+
+CFLAGS+=-I${.CURDIR}
+LDADD=-l${MACHINE}
+
+BINDIR?=/usr/sbin
+
+.include <bsd.prog.mk>