From a381d987c4ccc84e5a25ceeda4dc1ad1504f0e30 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 30 Dec 1999 13:15:15 +0000 Subject: Moved flags_to_string and string_to_flags into libutil. It's used in many places nowadays. --- bin/rm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/rm/Makefile') 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 -- cgit v1.1