summary refs log tree commit diff
path: root/src/usr.bin/gzsig/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-09-03 17:45:12 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-03 17:45:12 +0200
commit5b6b3da8312a77047376dc3135e6159829a4b001 (patch)
tree7c4cdcce0679691b0317b697b58ed36b9d46639d /src/usr.bin/gzsig/Makefile
parentc1f86bc3033b6f7225147e185d6b1842cf22252d (diff)
downloadoutils-5b6b3da8312a77047376dc3135e6159829a4b001.tar.gz
outils-5b6b3da8312a77047376dc3135e6159829a4b001.tar.xz
outils-5b6b3da8312a77047376dc3135e6159829a4b001.zip
remove gzsig, superseded by signify -z
Diffstat (limited to 'src/usr.bin/gzsig/Makefile')
-rw-r--r--src/usr.bin/gzsig/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr.bin/gzsig/Makefile b/src/usr.bin/gzsig/Makefile
deleted file mode 100644
index 785cbbe..0000000
--- a/src/usr.bin/gzsig/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $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
-
-LDADD	= -lcrypto -lm
-DPADD	= ${LIBCRYPTO} ${LIBM}
-
-.include <bsd.prog.mk>