kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
[dragonfly.git] / bin / rm / Makefile
blob4097fcb72345b851d20f03afbbdf6ab964b66f43
1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/rm/Makefile,v 1.12.2.2 2001/08/01 05:15:02 obrien Exp $
3 # $DragonFly: src/bin/rm/Makefile,v 1.4 2005/02/06 06:16:40 okumoto Exp $
5 PROG= rm
7 LINKS= ${BINDIR}/rm ${BINDIR}/unlink
8 MLINKS= rm.1 unlink.1
10 .include <bsd.prog.mk>