]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/mqueue/mqtest4/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / tools / regression / mqueue / mqtest4 / Makefile
1 # $FreeBSD$
2
3 PROG=mqtest4
4 LDADD+=-lrt
5 NO_MAN=
6 DEBUG_FLAGS=-g
7
8 .include <bsd.prog.mk>