mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
|
|
|
|
FSCK= ${.CURDIR:H}/fsck
|
|
.PATH: ${FSCK}
|
|
|
|
PACKAGE=runtime
|
|
PROG= fsck_msdosfs
|
|
MAN= fsck_msdosfs.8
|
|
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
|
|
|
|
CFLAGS+= -I${FSCK} -DHAVE_LIBUTIL_H
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|