Home | History | Annotate | Line # | Download | only in aac
      1 #	$NetBSD: Makefile,v 1.2 2025/10/21 04:35:29 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/ic
      6 
      7 KMOD=	aac
      8 IOCONF=	aac.ioconf
      9 
     10 SRCS+=	aac.c
     11 
     12 # -Wsign-compare issues
     13 WARNS=	3
     14 
     15 .include <bsd.kmodule.mk>
     16