freebsd-dev/usr.sbin/auditreduce/Makefile
Enji Cooper 64a0982bee usr.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:38:03 +00:00

18 lines
203 B
Makefile

#
# $FreeBSD$
#
OPENBSMDIR=${SRCTOP}/contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/auditreduce
CFLAGS+= -I${OPENBSMDIR}
PROG= auditreduce
MAN= auditreduce.1
LIBADD= bsm
WARNS?= 3
.include <bsd.prog.mk>