summaryrefslogtreecommitdiffstats
path: root/clockB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clockB/Makefile')
-rw-r--r--clockB/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/clockB/Makefile b/clockB/Makefile
deleted file mode 100644
index 1a2f4ecd6..000000000
--- a/clockB/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Makefile -- Makefile for util-linux Linux utilities
-#
-include ../make_include
-include ../MCONFIG
-
-# Where to put man pages?
-
-MAN8= hwclock.8
-
-# Where to put binaries?
-# See the "install" rule for the links. . .
-
-SBIN= hwclock
-
-
-all: $(SBIN)
-
-
-CFLAGS = -s -Wall -Wwrite-strings -Wstrict-prototypes -Winline $(CDEBUG)
-
-hwclock: hwclock.o rtc.o directio.o kd.o util.o shhopt.o
-hwclock.o: shhopt.h
-hwclock.o rtc.o directio.o kd.o util.o: hwclock.h
-
-install: all
- $(INSTALLDIR) $(SBINDIR) $(BINDIR) $(USRBINDIR)
- $(INSTALLBIN) $(SBIN) $(SBINDIR)
- $(INSTALLMAN) $(MAN8) $(MAN8DIR)
-
-clean:
- -rm -f *.o *~ core $(SBIN)