3eb2c4063c
means, it is obtained from OpenBSD 2.8. Submitted by: Roman Shterenzon <roman@xpert.com>
17 lines
555 B
Plaintext
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>
|