mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.
This commit is contained in:
parent
3dc4512aef
commit
a1136a2e87
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue