diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 1c4e93581289..4959f8c33338 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.246 2002/01/02 23:48:20 thorpej Exp $ +# $NetBSD: bsd.own.mk,v 1.247 2002/01/02 23:58:18 thorpej Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -252,12 +252,6 @@ NOPROFILE= # defined OBJECT_FMT?= COFF .endif -# Profiling and linting is also off on the x86_64 port at the moment. -# The x86_64 port is incomplete. -.if ${MACHINE_ARCH} == "x86_64" -NOLINT= # defined -.endif - # The m68000 port is incomplete. .if ${MACHINE_ARCH} == "m68000" NOLINT= # defined