]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/badsect/Makefile
Update compiler-rt to trunk r230183. This has some of our patches
[FreeBSD/FreeBSD.git] / sbin / badsect / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 PROG=   badsect
5 LIBADD= ufs
6 MAN=    badsect.8
7 WARNS?= 2
8
9 .include <bsd.prog.mk>