summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/date/Makefile')
-rw-r--r--bin/date/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile
new file mode 100644
index 0000000..7dfc15e
--- /dev/null
+++ b/bin/date/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= date
+SRCS= date.c netdate.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud