diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-09-16 06:11:59 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-09-16 06:11:59 +0000 |
| commit | 3c37da7a19459e62b2709b53c5ce5ab659b20e24 (patch) | |
| tree | e4eeb742567bdf0bc5c2c9385d33fa4c1fb4acf2 /crypto/openssh/scard/Makefile | |
| parent | 8947bcb7563b1a4e31be4bd15c07393000b6089f (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/openssh/200309-buffer-patch
'openssh-vendor-crypto-OpenSSH_200309_buffer_patch'.
Diffstat (limited to 'crypto/openssh/scard/Makefile')
| -rw-r--r-- | crypto/openssh/scard/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/crypto/openssh/scard/Makefile b/crypto/openssh/scard/Makefile deleted file mode 100644 index 1cf7bbd2ca1e..000000000000 --- a/crypto/openssh/scard/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $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> |
