summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/scard/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-22 18:58:19 +0000
committerdes <des@FreeBSD.org>2008-07-22 18:58:19 +0000
commit666aa9cc1660793c97ef29a6cb66dfbb894dde8f (patch)
tree209e642fbe2a816041f67bc27c9800879f5541bc /crypto/openssh/scard/Makefile
parent624d93001f28e236c027516d88282351eb7bffbe (diff)
downloadFreeBSD-src-666aa9cc1660793c97ef29a6cb66dfbb894dde8f.zip
FreeBSD-src-666aa9cc1660793c97ef29a6cb66dfbb894dde8f.tar.gz
Revert part of 180714 - the intent was to flatten dist, not to nuke it.
Diffstat (limited to 'crypto/openssh/scard/Makefile')
-rw-r--r--crypto/openssh/scard/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/openssh/scard/Makefile b/crypto/openssh/scard/Makefile
new file mode 100644
index 0000000..1cf7bbd
--- /dev/null
+++ b/crypto/openssh/scard/Makefile
@@ -0,0 +1,20 @@
+# $OpenBSD: Makefile,v 1.2 2001/06/29 07:02:09 markus Exp $
+
+.PATH: ${.CURDIR}/..
+
+CARDLET= Ssh.bin
+DATADIR= /usr/libdata/ssh
+
+all: ${CARDLET}
+
+clean:
+ rm -f ${CARDLET}
+
+install: ${CARDLET}
+ install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ ${CARDLET} ${DESTDIR}${DATADIR}
+
+Ssh.bin: ${.CURDIR}/Ssh.bin.uu
+ uudecode ${.CURDIR}/$@.uu
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud