summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 23:12:33 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 23:12:33 +0000
commitfc2e4b54ecdf167db87f8a8a882f7c1350c1c304 (patch)
tree2edf6d9145cc6c0e6668c5b46c6c38307778df74 /usr.bin/chkey/Makefile
parentf817012db64be7bf9a6273547ccf34a6e6822a76 (diff)
downloadFreeBSD-src-fc2e4b54ecdf167db87f8a8a882f7c1350c1c304.zip
FreeBSD-src-fc2e4b54ecdf167db87f8a8a882f7c1350c1c304.tar.gz
WARNS=2 fixes. Also, use __FBSDID(), and sort includes.
Diffstat (limited to 'usr.bin/chkey/Makefile')
-rw-r--r--usr.bin/chkey/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index 435a642..8c20ac0 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -4,7 +4,8 @@
PROG= chkey
SRCS= chkey.c generic.c update.c
-CFLAGS+=-DYP
+CFLAGS+=-DYP -I${.CURDIR}/../newkey
+WARNS?= 2
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD= -lrpcsvc -lmp -lcrypto
OpenPOWER on IntegriCloud