aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/Makefile
blob: 9a534293f2468b22bea3c7060e9fc3b4da1e4f75 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
#	$Id: Makefile,v 1.3 1995/04/13 13:35:07 ache Exp $

PROG=	rm
SRCS=   rm.c stat_flags.c

.PATH: ${.CURDIR}/../ls

.include <bsd.prog.mk>