mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 17:12:46 +00:00
13 lines
195 B
Makefile
13 lines
195 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rm
|
|
SRCS= rm.c stat_flags.c
|
|
|
|
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
|
|
MLINKS= rm.1 unlink.1
|
|
|
|
.PATH: ${.CURDIR}/../ls
|
|
|
|
.include <bsd.prog.mk>
|