Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.

This commit is contained in:
Bruce Evans 2000-10-10 06:29:33 +00:00
parent 3dc4512aef
commit a1136a2e87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66915

View file

@ -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 <bsd.prog.mk>