diff options
author | 2001-06-29 07:02:09 +0000 | |
---|---|---|
committer | 2001-06-29 07:02:09 +0000 | |
commit | 89be79b38802c5b2e28c357a1aeb1405055bc344 (patch) | |
tree | 14b44e4c84f9766dd5daff4b5114e293b33bc96b /usr.bin/ssh | |
parent | Include/header cleanup. More. (diff) | |
download | wireguard-openbsd-89be79b38802c5b2e28c357a1aeb1405055bc344.tar.xz wireguard-openbsd-89be79b38802c5b2e28c357a1aeb1405055bc344.zip |
cleanup
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/scard/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/scard/Makefile b/usr.bin/ssh/scard/Makefile index 481cd90ed9e..1cf7bbd2ca1 100644 --- a/usr.bin/ssh/scard/Makefile +++ b/usr.bin/ssh/scard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/28 21:55:28 markus Exp $ +# $OpenBSD: Makefile,v 1.2 2001/06/29 07:02:09 markus Exp $ .PATH: ${.CURDIR}/.. @@ -11,7 +11,6 @@ clean: rm -f ${CARDLET} install: ${CARDLET} - echo "installing ${CARDLET} into ${DESTDIR}${DATADIR}"; \ install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \ ${CARDLET} ${DESTDIR}${DATADIR} |