Ignore empty translation unit errors.

This commit is contained in:
christos 2000-12-20 21:13:56 +00:00
parent 0c2232a7c4
commit 0c0e139779
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.91 2000/08/13 23:26:12 christos Exp $
# $NetBSD: Makefile,v 1.92 2000/12/20 21:13:56 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@ -24,7 +24,8 @@ CPPFLAGS+= -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS \
-D_REENTRANT -I${.CURDIR}/include
CPPFLAGS+= -DINET6
# Set lint to exit on warnings and ignore 'empty translation unit' warnings.
#LINTFLAGS+= -w -X 272
#LINTFLAGS+= -w
LINTFLAGS+=-X 272
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
ARCHDIR= ${.CURDIR}/arch/${ARCHSUBDIR}