diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-30 10:39:14 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-30 10:39:14 +0000 |
| commit | 5eb90b9ac3939ad87adbd36bf93f34e07de52d45 (patch) | |
| tree | ff90c701ea067d4583bd8e0ff27a177cca1ae8c0 /usr.sbin/pkg/Makefile | |
| parent | c3e8a27aab89870e63bffb02b9fb927c05761645 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg/Makefile')
| -rw-r--r-- | usr.sbin/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 9cf78cd3421a..ce5a4fabd440 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -2,8 +2,8 @@ PROG= pkg SRCS= pkg.c dns_utils.c config.c +MAN= pkg.7 -NO_MAN= yes CFLAGS+=-I${.CURDIR}/../../contrib/libyaml/include .PATH: ${.CURDIR}/../../contrib/libyaml/include DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBYAML} ${LIBSBUF} ${LIBSSL} \ |
