xref: /freebsd/bin/rm/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*19b4f0dcSEd Maste.include <src.opts.mk>
2*19b4f0dcSEd Maste
3ac2875faSGlen BarberPACKAGE=runtime
44b88c807SRodney W. GrimesPROG=	rm
56b419813SAndrey A. Chernov
6d71e172aSSheldon HearnLINKS=	${BINDIR}/rm ${BINDIR}/unlink
7d71e172aSSheldon HearnMLINKS=	rm.1 unlink.1
8d71e172aSSheldon Hearn
9*19b4f0dcSEd MasteHAS_TESTS=
10*19b4f0dcSEd MasteSUBDIR.${MK_TESTS}+= tests
11*19b4f0dcSEd Maste
124b88c807SRodney W. Grimes.include <bsd.prog.mk>
13