diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:31:21 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:31:21 +0000 |
| commit | c1b2de5af0f771d4e9c317442df697a61e929569 (patch) | |
| tree | a5cedc86448a823feb4223aee5a6146a4b6efbdb /lib/libatm | |
| parent | cdf6449a9386d492bd79398869b4fad4cbb1a1d1 (diff) | |
Notes
Diffstat (limited to 'lib/libatm')
| -rw-r--r-- | lib/libatm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index 89d1ef4001e5..c7b335eec4dd 100644 --- a/lib/libatm/Makefile +++ b/lib/libatm/Makefile @@ -30,6 +30,11 @@ INCS= libatm.h LDADD= -lmd DPADD= ${LIBMD} + +.if ${MACHINE_ARCH} == "arm" +WARNS?= 3 +.else WARNS?= 6 +.endif .include <bsd.lib.mk> |
