]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fdformat/Makefile
Update clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0 release.
[FreeBSD/FreeBSD.git] / usr.sbin / fdformat / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/fdread
4
5 PROG=   fdformat
6 SRCS=   fdformat.c fdutil.c
7
8 CFLAGS+= -I${.CURDIR:H}/fdread
9
10 .include <bsd.prog.mk>