]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/rm/Makefile
Update compiler-rt to trunk r230183. This has some of our patches
[FreeBSD/FreeBSD.git] / bin / rm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   rm
5
6 LINKS=  ${BINDIR}/rm ${BINDIR}/unlink
7 MLINKS= rm.1 unlink.1
8
9 .include <bsd.prog.mk>