diff options
author | schweikh <schweikh@FreeBSD.org> | 2006-04-17 17:55:11 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2006-04-17 17:55:11 +0000 |
commit | b4b950d049176bd4834f960bca79c4a2bdfd88c4 (patch) | |
tree | 4a71945fff56ca8e0d5fb848464fecee8f6f75af /bin/sh/Makefile | |
parent | 459f95e73cc5959a2238c1b871059c0c481069a9 (diff) | |
download | FreeBSD-src-b4b950d049176bd4834f960bca79c4a2bdfd88c4.zip FreeBSD-src-b4b950d049176bd4834f960bca79c4a2bdfd88c4.tar.gz |
Whitespace nits.
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index d6231e0..9baa955 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -13,7 +13,7 @@ SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} y.tab.h # MLINKS for Shell built in commands for which there are no userland # utilities of the same name are handled with the associated manpage, -# builtin.1 in share/man/man1/. +# builtin.1 in share/man/man1/. DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} LDADD= -ll -ledit -ltermcap |