Home | History | Annotate | Line # | Download | only in sbkeygen
      1 # $NetBSD: Makefile,v 1.4 2013/05/02 03:56:39 matt Exp $
      2 
      3 .include <bsd.init.mk>
      4 .include <bsd.endian.mk>
      5 .include <bsd.own.mk>
      6 
      7 .PATH:		${DIST}/keygen
      8 
      9 .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
     10 
     11 PROG_CXX=	sbkeygen
     12 SRCS=		keygen.cpp
     13 
     14 .endif
     15 
     16 MAN=		sbkeygen.8
     17 MANSUBDIR=	/evbarm
     18 
     19 .include <bsd.prog.mk>
     20 
     21