Home | History | Annotate | Line # | Download | only in amldb
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2007/01/14 04:36:13 christos Exp $
      2  1.1  christos # Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp 
      3  1.1  christos # $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $
      4  1.1  christos 
      5  1.1  christos PROG=	amldb
      6  1.1  christos MAN=	amldb.8
      7  1.1  christos SRCS=	amldb.c debug.c region.c
      8  1.1  christos SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
      9  1.1  christos 	aml_obj.c aml_evalobj.c aml_common.c
     10  1.1  christos 
     11  1.1  christos CPPFLAGS+= -I${.CURDIR}
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14  1.1  christos .PATH: ${.CURDIR}/../aml
     15