aboutsummaryrefslogblamecommitdiff
path: root/usr.bin/chkey/Makefile
blob: 7ab2ec431b76b58977e2af75552128fa1068e7c5 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                      
 
                               
 

                                  
                                   
                     

             
                         

                      

.include <src.opts.mk>

.PATH: ${SRCTOP}/usr.bin/newkey

PROG=	chkey
SRCS=	chkey.c generic.c update.c
CFLAGS+= -I${SRCTOP}/usr.bin/newkey
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif
LIBADD+=	rpcsvc mp

.include <bsd.prog.mk>