mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
16 lines
165 B
Makefile
16 lines
165 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
OPENBSMDIR=${SRCTOP}/contrib/openbsm
|
|
.PATH: ${OPENBSMDIR}/bin/praudit
|
|
|
|
PROG= praudit
|
|
MAN= praudit.1
|
|
|
|
WARNS?= 3
|
|
|
|
LIBADD= bsm
|
|
|
|
.include <bsd.prog.mk>
|