Home | History | Annotate | Line # | Download | only in compat_50_quota
Makefile revision 1.1.6.2
      1  1.1.6.2  martin #	$NetBSD: Makefile,v 1.1.6.2 2020/04/13 08:05:06 martin Exp $
      2  1.1.6.2  martin 
      3  1.1.6.2  martin .include "../Makefile.inc"
      4  1.1.6.2  martin 
      5  1.1.6.2  martin .PATH:	${S}/compat/common
      6  1.1.6.2  martin 
      7  1.1.6.2  martin KMOD=	compat_50_quota
      8  1.1.6.2  martin 
      9  1.1.6.2  martin CPPFLAGS+=	-DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     10  1.1.6.2  martin CPPFLAGS+=	-DQUOTA
     11  1.1.6.2  martin 
     12  1.1.6.2  martin SRCS+=	compat_50_quota.c
     13  1.1.6.2  martin 
     14  1.1.6.2  martin .include <bsd.kmodule.mk>
     15