1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/bin/rm/Makefile
1997-02-22 14:13:04 +00:00

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>