cloud-agent/cms/bin/Makefile

10 lines
130 B
Makefile
Raw Normal View History

2017-06-29 09:40:48 +00:00
.PATH: ${BSDSRCDIR}/usr.bin/openssl
PROG= cms
SRCS= cms.c apps.c app_rand.c
LDADD+= -lcrypto
NOMAN= yes
.include <bsd.prog.mk>