From 74e867cbf269edf5fbb145bb570d2cb8c847b91f Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Fri, 6 Jun 2008 00:33:26 +0200
Subject: [PATCH] Build oslfsck by default.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3259a3a..f9e5055 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ ifeq ($(uname_s),SunOS)
 	CPPFLAGS += -I/opt/csw/include
 endif
 
-all: $(realname)
+all: $(realname) oslfsck
 Makefile.deps: $(wildcard *.c *.h)
 	$(CC) -MM -MG *.c > $@
 osl.c: errtab.h
-- 
2.39.5