From owner-cvs-usrsbin Sun Oct 29 03:07:30 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA13783 for cvs-usrsbin-outgoing; Sun, 29 Oct 1995 03:07:30 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA13768 ; Sun, 29 Oct 1995 03:07:20 -0800 Date: Sun, 29 Oct 1995 03:07:20 -0800 From: David Greenman Message-Id: <199510291107.DAA13768@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: owner-cvs-usrsbin@FreeBSD.org Precedence: bulk davidg 95/10/29 03:07:19 Modified: usr.sbin/config mkmakefile.c Log: Added support for a %SFILES token to auto-generate a SFILES= file list in the same way that is done for CFILES. Files ending in .s or .S that match the option criteria will be included in this list.