artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb14b0
)
kill dugsong's debugging leftover; ok sthen, jsg
author
mikeb
<mikeb@openbsd.org>
Fri, 25 Apr 2014 12:20:17 +0000
(12:20 +0000)
committer
mikeb
<mikeb@openbsd.org>
Fri, 25 Apr 2014 12:20:17 +0000
(12:20 +0000)
usr.bin/gzsig/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/gzsig/Makefile
b/usr.bin/gzsig/Makefile
index
0dc7b81
..
785cbbe
100644
(file)
--- a/
usr.bin/gzsig/Makefile
+++ b/
usr.bin/gzsig/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
3 2006/11/26 11:31:09 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.
4 2014/04/25 12:20:17 mikeb
Exp $
PROG = gzsig
SRCS = gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c
@@
-6,6
+6,4
@@
SRCS = gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c
LDADD = -lcrypto -lm
DPADD = ${LIBCRYPTO} ${LIBM}
-CLEANFILES += TAGS *~
-
.include <bsd.prog.mk>