]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/chkey/Makefile
Import ClangFormat.cpp from ^/vendor/clang/clang-release_380-r262564
[FreeBSD/FreeBSD.git] / usr.bin / chkey / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .PATH: ${.CURDIR}/../newkey
6
7 PROG=   chkey
8 SRCS=   chkey.c generic.c update.c
9 CFLAGS+= -I${.CURDIR}/../newkey
10 .if ${MK_NIS} != "no"
11 CFLAGS+= -DYP
12 .endif
13 LIBADD+=        rpcsvc mp
14
15 .include <bsd.prog.mk>