summaryrefslogtreecommitdiffstats
path: root/bin/rm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rm/Makefile')
-rw-r--r--bin/rm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
index dcdae17..e2811f4 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PROG= rm
-SRCS= rm.c stat_flags.c
+SRCS= rm.c
+LDADD= -lutil
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1
-.PATH: ${.CURDIR}/../ls
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud