diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-23 22:32:14 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-23 22:32:14 +0000 |
commit | 84cc11a72186694a1ed4feb87a683df98076c0b9 (patch) | |
tree | 637f0d55c4916653855b69fcc987b0ab58d39b71 | |
parent | 92e9829e3a4ca8f9154c3729f5112a1d4200fe24 (diff) |
Work with "make obj;make"
-rw-r--r-- | lib/libkeynote/Makefile | 16 | ||||
-rw-r--r-- | lib/libkeynote/keynote-keygen.1 (renamed from lib/libkeynote/man/keynote-keygen.1) | 2 | ||||
-rw-r--r-- | lib/libkeynote/keynote-sign.1 (renamed from lib/libkeynote/man/keynote-sign.1) | 2 | ||||
-rw-r--r-- | lib/libkeynote/keynote-sigver.1 (renamed from lib/libkeynote/man/keynote-sigver.1) | 2 | ||||
-rw-r--r-- | lib/libkeynote/keynote-verify.1 (renamed from lib/libkeynote/man/keynote-verify.1) | 2 | ||||
-rw-r--r-- | lib/libkeynote/keynote.3 (renamed from lib/libkeynote/man/keynote.3) | 2 | ||||
-rw-r--r-- | lib/libkeynote/keynote.4 (renamed from lib/libkeynote/man/keynote.4) | 2 |
7 files changed, 14 insertions, 14 deletions
diff --git a/lib/libkeynote/Makefile b/lib/libkeynote/Makefile index a39407f390b..e2976a539a8 100644 --- a/lib/libkeynote/Makefile +++ b/lib/libkeynote/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 1999/05/23 22:11:04 angelos Exp $ +# $OpenBSD: Makefile,v 1.2 1999/05/23 22:32:06 angelos Exp $ LIB= keynote -MAN= man/keynote.3 man/keynote.4 +MAN= keynote.3 keynote.4 -CFLAGS+= -DCRYPTO +CFLAGS+= -DCRYPTO -I. -I${.CURDIR} LEXFLAGS = -Cr -Pkn -s -i YACCFLAGS = -d -p kn -b k @@ -14,16 +14,16 @@ SRCS= k.tab.c lex.kn.c environment.c parse_assertion.c signature.c aux.c \ CLEANFILES+= k.tab.c lex.kn.c k.tab.h k.tab.c: keynote.y environment.h signature.h - $(YACC) $(YACCFLAGS) keynote.y + $(YACC.y) $(YACCFLAGS) ${.CURDIR}/keynote.y -lex.kn.c: keynote.l k.tab.h environment.h assertion.h signature.h - $(LEX.l) $(LEXFLAGS) keynote.l +lex.kn.c: keynote.l keynote.y environment.h assertion.h signature.h + $(LEX.l) $(LEXFLAGS) ${.CURDIR}/keynote.l includes: @cd ${.CURDIR}; for i in $(HDRS); do \ j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \ - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ - ${DESTDIR}/usr/include"; \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + $$i ${DESTDIR}/usr/include"; \ echo $$j; \ eval "$$j"; \ done diff --git a/lib/libkeynote/man/keynote-keygen.1 b/lib/libkeynote/keynote-keygen.1 index 845baa984e3..aa97695298a 100644 --- a/lib/libkeynote/man/keynote-keygen.1 +++ b/lib/libkeynote/keynote-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-keygen.1,v 1.1 1999/05/23 22:11:07 angelos Exp $ +.\" $OpenBSD: keynote-keygen.1,v 1.1 1999/05/23 22:32:07 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" diff --git a/lib/libkeynote/man/keynote-sign.1 b/lib/libkeynote/keynote-sign.1 index 0ae1bd045e6..3e373984205 100644 --- a/lib/libkeynote/man/keynote-sign.1 +++ b/lib/libkeynote/keynote-sign.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-sign.1,v 1.1 1999/05/23 22:11:07 angelos Exp $ +.\" $OpenBSD: keynote-sign.1,v 1.1 1999/05/23 22:32:07 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" diff --git a/lib/libkeynote/man/keynote-sigver.1 b/lib/libkeynote/keynote-sigver.1 index cdbc72b5b8e..ae6d1b63373 100644 --- a/lib/libkeynote/man/keynote-sigver.1 +++ b/lib/libkeynote/keynote-sigver.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-sigver.1,v 1.1 1999/05/23 22:11:07 angelos Exp $ +.\" $OpenBSD: keynote-sigver.1,v 1.1 1999/05/23 22:32:08 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" diff --git a/lib/libkeynote/man/keynote-verify.1 b/lib/libkeynote/keynote-verify.1 index 2e390500fba..f25013b6f1c 100644 --- a/lib/libkeynote/man/keynote-verify.1 +++ b/lib/libkeynote/keynote-verify.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-verify.1,v 1.1 1999/05/23 22:11:07 angelos Exp $ +.\" $OpenBSD: keynote-verify.1,v 1.1 1999/05/23 22:32:08 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" diff --git a/lib/libkeynote/man/keynote.3 b/lib/libkeynote/keynote.3 index 3575ffc2fe1..73002a28793 100644 --- a/lib/libkeynote/man/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.1 1999/05/23 22:11:07 angelos Exp $ +.\" $OpenBSD: keynote.3,v 1.1 1999/05/23 22:32:08 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" diff --git a/lib/libkeynote/man/keynote.4 b/lib/libkeynote/keynote.4 index 892585dc3af..15e69331133 100644 --- a/lib/libkeynote/man/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.1 1999/05/23 22:11:08 angelos Exp $ +.\" $OpenBSD: keynote.4,v 1.1 1999/05/23 22:32:09 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" |