diff options
| author | christos <christos@NetBSD.org> | 2019-06-18 01:43:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-06-18 01:43:07 +0000 |
| commit | 147e0088e514e3cf9f8fdcffafb975f21f2e7bd6 (patch) | |
| tree | a69ebb18b4990ae952b2e21af53cc74ef63f5e52 /sys/modules | |
| parent | 126a77123a1841ea90179781bbb4b9b1cbdda04f (diff) | |
Add quota option
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/compat_freebsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/compat_freebsd/Makefile b/sys/modules/compat_freebsd/Makefile index 73c99831161..ec197a65995 100644 --- a/sys/modules/compat_freebsd/Makefile +++ b/sys/modules/compat_freebsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/02/17 04:05:45 rin Exp $ +# $NetBSD: Makefile,v 1.7 2019/06/18 01:43:07 christos Exp $ .include "../Makefile.inc" .include "../Makefile.assym" @@ -6,7 +6,7 @@ KMOD= compat_freebsd CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG -DKTRACE -DPTRACE -DNTP -CPPFLAGS+= -DCOMPAT_FREEBSD +CPPFLAGS+= -DCOMPAT_FREEBSD -DQUOTA .PATH: ${S}/compat/freebsd |
