diff options
Diffstat (limited to 'bin/pwd/Makefile')
-rw-r--r-- | bin/pwd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 129ed63..4a8e66a 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -2,7 +2,5 @@ # $FreeBSD$ PROG= pwd -LINKS= ${BINDIR}/pwd ${BINDIR}/realpath -MAN= pwd.1 realpath.1 .include <bsd.prog.mk> |