1# @(#)Makefile 8.1 (Berkeley) 5/31/93 2# $FreeBSD$ 3 4PROG= rm 5SRCS= rm.c stat_flags.c 6 7.PATH: ${.CURDIR}/../ls 8 9.include <bsd.prog.mk> 10