From a1136a2e8767719d2ef570affc1426e3e9235043 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 10 Oct 2000 06:29:33 +0000 Subject: [PATCH] Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit. --- sbin/fsck/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index 025f7bb64d2..a0421c022a6 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -1,9 +1,8 @@ -# $FreeBSD$ # $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $ +# $FreeBSD$ PROG= fsck SRCS= fsck.c fsutil.c preen.c MAN8= fsck.8 -CFLAGS= .include