mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
87569f75a9
Simple audit pipe ioctl regression test. Obtained from: TrustedBSD Project
10 lines
86 B
Makefile
10 lines
86 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= audit_pipe_ioctl
|
|
NO_MAN= yes
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|