diff options
Diffstat (limited to 'bin/rm/Makefile')
-rw-r--r-- | bin/rm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7058fa0..2bbcdf8 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -2,8 +2,10 @@ # $FreeBSD$ PROG= rm +SRCS= rm.c setflags.c LINKS= ${BINDIR}/rm ${BINDIR}/unlink MLINKS= rm.1 unlink.1 +.PATH: ${.CURDIR}/../../lib/libc/gen .include <bsd.prog.mk> |