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/usr.bin/mail | |
parent | 3de54e481eb248b7253f56eb215333c9dda114c5 (diff) |
Add missing RCS IDs and zap redundant SRCS from Makefile.
Diffstat (limited to 'regress/usr.bin/mail')
-rw-r--r-- | regress/usr.bin/mail/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.bin/mail/send.sh | 2 |
2 files changed, 4 insertions, 1 deletions
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 |