summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-07-30 11:16:39 +0000
committerbde <bde@FreeBSD.org>2001-07-30 11:16:39 +0000
commit832616d53668219d6afba6dec65d471db5d32e95 (patch)
treeceff35a3feaa31d9294bcb940e7103354ab7c99e /usr.bin/chkey
parentc74fbf3c96bb0d343ff0f142632ccbcc3d9a7de7 (diff)
downloadFreeBSD-src-832616d53668219d6afba6dec65d471db5d32e95.zip
FreeBSD-src-832616d53668219d6afba6dec65d471db5d32e95.tar.gz
Fixed bitrot in DPADD in previous commit.
Fixed some style bugs (mainly disorder).
Diffstat (limited to 'usr.bin/chkey')
-rw-r--r--usr.bin/chkey/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index 69c07f0..435a642 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
-PROG= chkey
-SRCS= chkey.c update.c generic.c
-
.PATH: ${.CURDIR}/../newkey
+PROG= chkey
+SRCS= chkey.c generic.c update.c
CFLAGS+=-DYP
-
-DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBGMP}
+DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD= -lrpcsvc -lmp -lcrypto
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud