From owner-cvs-share Sun Feb 16 23:52:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29918 for cvs-share-outgoing; Sun, 16 Feb 1997 23:52:42 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29911; Sun, 16 Feb 1997 23:52:40 -0800 (PST) Date: Sun, 16 Feb 1997 23:52:40 -0800 (PST) From: Bruce Evans Message-Id: <199702170752.XAA29911@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.prog.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/16 23:52:39 Modified: share/mk bsd.prog.mk Log: Removed bogus NOOBJ ifdef which was added in rev.1.18-1.19. SRCS is for C sources only and must not be set if you don't want C objects. This should fix PR2748. This should go in 2.2. Revision Changes Path 1.43 +0 -2 src/share/mk/bsd.prog.mk