]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pmcstudy/Makefile
unbound: Import upstream 0ee44ef3 when ENOBUFS is returned
[FreeBSD/FreeBSD.git] / usr.sbin / pmcstudy / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2
3 PROG=   pmcstudy
4 MAN=    pmcstudy.8
5 SRCS= pmcstudy.c eval_expr.c
6 CFLAGS+= -Wall ${WERROR}
7
8 BINDIR= /usr/bin
9
10 .include <bsd.prog.mk>
11