summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-06-14 04:17:01 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-06-14 04:17:01 +0000
commit30767e2a88dce6629064fe4527812bbcf6b31bb9 (patch)
tree0cd1bf31069eedc83972f3ffd196497209fc4de7 /sbin/fsck_ext2fs/Makefile
parent867e082cac6a1cde6c83d7588b129f2f02cb8c24 (diff)
Add tags, fix man page. Purely cosmetic.
Diffstat (limited to 'sbin/fsck_ext2fs/Makefile')
-rw-r--r--sbin/fsck_ext2fs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile
index a420d701275..36be8b6b0bb 100644
--- a/sbin/fsck_ext2fs/Makefile
+++ b/sbin/fsck_ext2fs/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.3 1997/06/14 04:16:49 downsj Exp $
# $NetBSD: Makefile,v 1.1 1997/06/11 11:21:45 bouyer Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
@@ -7,6 +8,6 @@ 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+= -g -I${.CURDIR}/../fsck
+CFLAGS+= -I${.CURDIR}/../fsck
.include <bsd.prog.mk>