Add support for mounting single files in nullfs
[freebsd.git] / sbin / decryptcore / Makefile
1 # $FreeBSD$
2
3 PROG=   decryptcore
4
5 LIBADD= crypto pjdlog
6
7 MAN=    decryptcore.8
8
9 CFLAGS+=-I${SRCTOP}/lib/libpjdlog
10
11 .include <bsd.prog.mk>