summaryrefslogtreecommitdiff
path: root/regress/bin/csh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/bin/csh')
-rw-r--r--regress/bin/csh/Makefile3
-rw-r--r--regress/bin/csh/filec.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/regress/bin/csh/Makefile b/regress/bin/csh/Makefile
index 2aaeb5565c1..ca2fdc2370d 100644
--- a/regress/bin/csh/Makefile
+++ b/regress/bin/csh/Makefile
@@ -1,7 +1,8 @@
+# $OpenBSD: Makefile,v 1.3 2017/07/22 13:50:54 anton Exp $
+
REGRESS_TARGETS= filec
PROG= edit
-SRCS= edit.c
CFLAGS+= -Wall
LDADD+= -lutil
CLEANFILES+= edit.c
diff --git a/regress/bin/csh/filec.sh b/regress/bin/csh/filec.sh
index e89d8f91481..3a9f42f85a4 100644
--- a/regress/bin/csh/filec.sh
+++ b/regress/bin/csh/filec.sh
@@ -1,5 +1,7 @@
#!/bin/sh
#
+# $OpenBSD: filec.sh,v 1.5 2017/07/22 13:50:54 anton Exp $
+#
# Copyright (c) 2017 Anton Lindqvist <anton@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any