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