freebsd-skq/sbin/decryptcore/Makefile
ngie 3c4b37d990 sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:33:01 +00:00

14 lines
144 B
Makefile

# $FreeBSD$
PROG= decryptcore
LIBADD= crypto pjdlog
MAN= decryptcore.8
CFLAGS+=-I${SRCTOP}/lib/libpjdlog
WARNS?= 6
.include <bsd.prog.mk>