NetBSD/sbin/fsck_ext2fs/Makefile

12 lines
365 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1997/10/09 13:19:33 bouyer Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= fsck_ext2fs
MAN= fsck_ext2fs.8
SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c fsutil.c setup.c utilities.c bswap.c
.PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
1997-06-16 12:10:35 +04:00
CFLAGS+= -I${.CURDIR}/../fsck
.include <bsd.prog.mk>