summaryrefslogtreecommitdiff
path: root/usr.bin/rs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rs/Makefile')
-rw-r--r--usr.bin/rs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rs/Makefile b/usr.bin/rs/Makefile
index 6c658e84a99..7fb1d6b9758 100644
--- a/usr.bin/rs/Makefile
+++ b/usr.bin/rs/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:46 deraadt Exp $
-
+# $OpenBSD: Makefile,v 1.3 2015/12/03 12:23:15 schwarze Exp $
PROG= rs
+SRCS= rs.c utf8.c
.include <bsd.prog.mk>