diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 4a558355e5f3b4521cef56a6b705fa84be41dfa0 (patch) | |
tree | c5d093301ac704ade1196e588cfffe654cea770b /lib/libwrap/Makefile | |
parent | 8efc417089cbe239ecb1134fedef1aa82929d60b (diff) | |
download | src-4a558355e5f3b4521cef56a6b705fa84be41dfa0.tar.gz src-4a558355e5f3b4521cef56a6b705fa84be41dfa0.zip |
MAN[1-9] -> MAN.
Notes
Notes:
svn path=/head/; revision=74870
Diffstat (limited to 'lib/libwrap/Makefile')
-rw-r--r-- | lib/libwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index f69be1c8bd27..e1af8679531b 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -7,8 +7,8 @@ MAINTAINER=markm@FreeBSD.org LIB= wrap SHLIB_MAJOR= 3 SHLIB_MINOR= 0 -MAN3= hosts_access.3 -MAN5= hosts_access.5 hosts_options.5 +MAN= hosts_access.3 +MAN+= hosts_access.5 hosts_options.5 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers |