freebsd-ports/sysutils/fsck_ext2fs/files/patch-ac
Alexander Langer 3eb2c4063c Add a port of OpenBSD's fsck_ext2fs. This is pseudo-version 2.8, which
means, it is obtained from OpenBSD 2.8.

Submitted by:	 Roman Shterenzon <roman@xpert.com>
2000-12-06 22:48:44 +00:00

17 lines
555 B
Plaintext

--- fsck_ext2fs/Makefile.orig Sun Sep 21 13:36:34 1997
+++ fsck_ext2fs/Makefile Tue Dec 5 00:49:35 2000
@@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.6 1997/09/21 11:36:34 deraadt Exp $
PROG= fsck_ext2fs
-MAN= fsck_ext2fs.8
+MAN8=
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# ext2fs_subr.c
.PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck
-#CFLAGS= -g -I${.CURDIR}/../fsck
-CFLAGS+= -I${.CURDIR}/../fsck
+CFLAGS+= -I../include -I${.CURDIR}/../fsck
.include <bsd.prog.mk>