summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 13:48:03 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 13:48:03 -0400
commit41fc435dcb400092104a201799573f8ca32c4e9e (patch)
tree3154ce6c666457de8254434e516c4e78ee68d864 /Makefile
parent512def0747a237976b045175d271d41280de8b15 (diff)
remove tac since it works as an AWK script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 045ef49..8ab7115 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-PROGRAMS=hostid sync tac
+PROGRAMS=hostid sync
all: $(PROGRAMS)