From owner-cvs-sys Mon May 12 23:25:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA03441 for cvs-sys-outgoing; Mon, 12 May 1997 23:25:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA03387; Mon, 12 May 1997 23:24:13 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA14876; Mon, 12 May 1997 23:23:21 -0700 (PDT) Date: Mon, 12 May 1997 23:23:21 -0700 (PDT) Message-Id: <199705130623.XAA14876@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/netboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 97/05/12 23:23:21 Modified: sys/i386/boot/netboot Makefile Log: Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here, it has a bunch of extra stuff defined above. While I'm here, change "$(CFLAGS)" to "${CFLAGS}" to make all the rules uniform. Revision Changes Path 1.10 +2 -2 src/sys/i386/boot/netboot/Makefile