10 lines
130 B
Makefile
10 lines
130 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $Id$
|
|
|
|
PROG= rm
|
|
SRCS= rm.c stat_flags.c
|
|
|
|
.PATH: ${.CURDIR}/../ls
|
|
|
|
.include <bsd.prog.mk>
|