diff options
| author | 2006-03-09 14:31:34 +0000 | |
|---|---|---|
| committer | 2006-03-09 14:31:34 +0000 | |
| commit | bbaf8d9d89d4dbf114544190a8d39d965be4487c (patch) | |
| tree | 697556027701195bd85bb70c203c060242c1aae2 | |
| parent | Correctly warn about unsupported interface types as it is done in other places. (diff) | |
| download | wireguard-openbsd-bbaf8d9d89d4dbf114544190a8d39d965be4487c.tar.xz wireguard-openbsd-bbaf8d9d89d4dbf114544190a8d39d965be4487c.zip | |
should have been part of previous commit (add rcstime.c here too).
| -rw-r--r-- | usr.bin/rcs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 8882f7e0c01..4b773ee1cf7 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2006/03/08 20:19:39 joris Exp $ +# $OpenBSD: Makefile,v 1.29 2006/03/09 14:31:34 xsa Exp $ .PATH: ${.CURDIR}/../cvs @@ -6,8 +6,8 @@ PROG= rcs MAN= ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsmerge.c rcsprog.c rlog.c \ - buf.c date.y diff.c diff3.c fatal.c log.c rcs.c rcsnum.c util.c \ - worklist.c xmalloc.c + buf.c date.y diff.c diff3.c fatal.c log.c rcs.c rcsnum.c rcstime.c \ + util.c worklist.c xmalloc.c CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG |
