diff options
Diffstat (limited to 'usr.sbin/acpiscan/Makefile')
-rw-r--r-- | usr.sbin/acpiscan/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/usr.sbin/acpiscan/Makefile b/usr.sbin/acpiscan/Makefile deleted file mode 100644 index 2569b8f5a4e..00000000000 --- a/usr.sbin/acpiscan/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $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> |