From owner-cvs-usrsbin Mon Feb 9 16:01:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27273 for cvs-usrsbin-outgoing; Mon, 9 Feb 1998 16:01:29 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27229; Mon, 9 Feb 1998 16:01:11 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14913; Mon, 9 Feb 1998 15:59:53 -0800 (PST) Date: Mon, 9 Feb 1998 15:59:53 -0800 (PST) Message-Id: <199802092359.PAA14913@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/02/09 15:59:53 PST Modified files: usr.sbin/config mkmakefile.c Log: All our options are new-style now - enable the warning if unrecognized (that is, old-style) options are found. Revision Changes Path 1.25 +1 -3 src/usr.sbin/config/mkmakefile.c