freebsd-dev/sbin/fsck/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
241 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $
PACKAGE=runtime
PROG= fsck
SRCS= fsck.c fsutil.c preen.c
SRCS+= getmntopts.c
MAN= fsck.8
MOUNT= ${SRCTOP}/sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>