From 513df53f599143b8e6eea0bfc146795e8b49a816 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 25 Jun 2002 19:10:09 +0000 Subject: No guts, no glory. Switch to OpenSSH-portable. Sponsored by: DARPA, NAI Labs --- secure/usr.bin/ssh-keysign/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'secure/usr.bin/ssh-keysign/Makefile') diff --git a/secure/usr.bin/ssh-keysign/Makefile b/secure/usr.bin/ssh-keysign/Makefile index 0e1166b..5fdd672 100644 --- a/secure/usr.bin/ssh-keysign/Makefile +++ b/secure/usr.bin/ssh-keysign/Makefile @@ -2,6 +2,7 @@ PROG= ssh-keysign MAN= ssh-keysign.8 +CFLAGS+=-I${SSHDIR} DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ} LDADD= -lssh -lcrypto -lz -- cgit v1.1