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>
|