diff options
author | anton <anton@cvs.openbsd.org> | 2017-07-22 13:50:55 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2017-07-22 13:50:55 +0000 |
commit | d7aa318ee7fc97a01654cfc1ae74f45c36db4b51 (patch) | |
tree | 3c767c767ee8f2b8423ce7b2d93357792c22fd49 /regress | |
parent | 3de54e481eb248b7253f56eb215333c9dda114c5 (diff) |
Add missing RCS IDs and zap redundant SRCS from Makefile.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/bin/csh/Makefile | 3 | ||||
-rw-r--r-- | regress/bin/csh/filec.sh | 2 | ||||
-rw-r--r-- | regress/bin/ksh/edit/edit.c | 1 | ||||
-rw-r--r-- | regress/bin/ksh/edit/emacs.sh | 2 | ||||
-rw-r--r-- | regress/bin/ksh/edit/subr.sh | 2 | ||||
-rw-r--r-- | regress/bin/ksh/edit/vi.sh | 2 | ||||
-rw-r--r-- | regress/usr.bin/mail/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.bin/mail/send.sh | 2 |
8 files changed, 15 insertions, 2 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 diff --git a/regress/bin/ksh/edit/edit.c b/regress/bin/ksh/edit/edit.c index d0b6e35cff8..62e73a2374a 100644 --- a/regress/bin/ksh/edit/edit.c +++ b/regress/bin/ksh/edit/edit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: edit.c,v 1.6 2017/07/22 13:50:54 anton Exp $ */ /* * Copyright (c) 2017 Anton Lindqvist <anton@openbsd.org> * diff --git a/regress/bin/ksh/edit/emacs.sh b/regress/bin/ksh/edit/emacs.sh index 0558d35af0a..010434df1bf 100644 --- a/regress/bin/ksh/edit/emacs.sh +++ b/regress/bin/ksh/edit/emacs.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# $OpenBSD: emacs.sh,v 1.8 2017/07/22 13:50:54 anton Exp $ +# # Copyright (c) 2017 Anton Lindqvist <anton@openbsd.org> # Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> # diff --git a/regress/bin/ksh/edit/subr.sh b/regress/bin/ksh/edit/subr.sh index 1530225f86f..28b9630063d 100644 --- a/regress/bin/ksh/edit/subr.sh +++ b/regress/bin/ksh/edit/subr.sh @@ -1,3 +1,5 @@ +# $OpenBSD: subr.sh,v 1.6 2017/07/22 13:50:54 anton Exp $ +# # Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> # Copyright (c) 2017 Anton Lindqvist <anton@openbsd.org> # diff --git a/regress/bin/ksh/edit/vi.sh b/regress/bin/ksh/edit/vi.sh index dc5c8202fda..fb41715db13 100644 --- a/regress/bin/ksh/edit/vi.sh +++ b/regress/bin/ksh/edit/vi.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# $OpenBSD: vi.sh,v 1.5 2017/07/22 13:50:54 anton Exp $ +# # Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> # Copyright (c) 2017 Anton Lindqvist <anton@openbsd.org> # diff --git a/regress/usr.bin/mail/Makefile b/regress/usr.bin/mail/Makefile index 1a95efaec1a..ebb4fb82559 100644 --- a/regress/usr.bin/mail/Makefile +++ b/regress/usr.bin/mail/Makefile @@ -1,7 +1,8 @@ +# $OpenBSD: Makefile,v 1.3 2017/07/22 13:50:54 anton Exp $ + REGRESS_TARGETS= send PROG= edit -SRCS= edit.c CFLAGS+= -Wall LDADD+= -lutil CLEANFILES+= edit.c diff --git a/regress/usr.bin/mail/send.sh b/regress/usr.bin/mail/send.sh index b64d9d4c17b..7b9898b8ed4 100644 --- a/regress/usr.bin/mail/send.sh +++ b/regress/usr.bin/mail/send.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# $OpenBSD: send.sh,v 1.4 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 |