Skip to content

Commit

Permalink
Set the default manual section for libexec/ to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Ermilov authored and Ruslan Ermilov committed Mar 20, 2001
1 parent 1c011f2 commit 020ee2d
Show file tree
Hide file tree
Showing 30 changed files with 7 additions and 35 deletions.
2 changes: 2 additions & 0 deletions libexec/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$

BINDIR?= /usr/libexec
MANSECT?= 8
5 changes: 2 additions & 3 deletions libexec/atrun/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ MAINSRC=${.CURDIR}/../../usr.bin/at
.include "${MAINSRC}/Makefile.inc"

PROG= atrun
MAN8= atrun.8
SRCS= atrun.c gloadavg.c

BINDIR= ${ATLIB_DIR}
CLEANFILES= ${MAN8}

CFLAGS+=-I${MAINSRC} -I${.CURDIR}

.include <bsd.prog.mk>

${MAN8}: atrun.man
sed -e \
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
s@_ATJOB_DIR@$(ATJOB_DIR)@g; \
s@_ATLIB_DIR@$(ATLIB_DIR)@g; \
s@_LOADAVG_MX@$(LOADAVG_MX)@g;" \
< ${.ALLSRC} > ${.TARGET}

.include <bsd.prog.mk>
3 changes: 2 additions & 1 deletion libexec/bootpd/tools/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Makefile.inc
# $FreeBSD$

BINDIR=/usr/sbin
BINDIR= /usr/sbin
MANSECT?= 8
1 change: 0 additions & 1 deletion libexec/bootpd/tools/bootpef/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= bootpef
MAN8= bootpef.8
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
hwaddr.c report.c tzone.c rtmsg.c

Expand Down
1 change: 0 additions & 1 deletion libexec/bootpd/tools/bootptest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= bootptest
MAN8= bootptest.8
SRCS= bootptest.c getether.c getif.c print-bootp.c report.c

SRCDIR= ${.CURDIR}/../..
Expand Down
1 change: 0 additions & 1 deletion libexec/comsat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# $FreeBSD$

PROG= comsat
MAN8= comsat.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/fingerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
PROG= fingerd
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN8= fingerd.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/ftpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= ftpd
MAN8= ftpd.8
SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c skey-stuff.c

CFLAGS+=-DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall
Expand Down
1 change: 1 addition & 0 deletions libexec/getNAME/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# $FreeBSD$

PROG= getNAME
MAN1= ${PROG}.1

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/mail.local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail

PROG= mail.local
SRCS= mail.local.c
MAN8= mail.local.8
CFLAGS+=-I${SENDMAIL_DIR}/include

.if exists(${.OBJDIR}/../../lib/libsmutil)
Expand Down
1 change: 0 additions & 1 deletion libexec/makekey/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= makekey
MAN8= makekey.8

DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
Expand Down
2 changes: 0 additions & 2 deletions libexec/mknetid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
PROG= mknetid
SRCS= mknetid.c hash.c parse_group.c

MAN8= mknetid.8

.include <bsd.prog.mk>
2 changes: 0 additions & 2 deletions libexec/named-xfer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ LIBISC:= ${LIBISCDIR}/libisc.a
DPADD+= ${LIBISC}
LDADD+= ${LIBISC}

MAN8= named-xfer.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/pppoed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ PROG= pppoed
SRCS= pppoed.c
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
MAN8= pppoed.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/rbootd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

PROG= rbootd
SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
MAN8= rbootd.8

.include <bsd.prog.mk>
2 changes: 0 additions & 2 deletions libexec/revnetgroup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
PROG= revnetgroup
SRCS= revnetgroup.c hash.c parse_netgroup.c

MAN8= revnetgroup.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/rexecd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= rexecd
MAN8= rexecd.8
CFLAGS+= -DSKEY

DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
Expand Down
1 change: 0 additions & 1 deletion libexec/rlogind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

PROG= rlogind
SRCS= rlogind.c
MAN8= rlogind.8
DPADD= ${LIBUTIL}
LDADD= -lutil
CFLAGS+= -Wall -DINET6
Expand Down
1 change: 0 additions & 1 deletion libexec/rpc.rquotad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PROG = rpc.rquotad
SRCS = rquotad.c
MAN8 = rpc.rquotad.8

DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
Expand Down
1 change: 0 additions & 1 deletion libexec/rpc.rstatd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
MAN8 = rpc.rstatd.8

DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lrpcsvc -lutil -lkvm -ldevstat
Expand Down
1 change: 0 additions & 1 deletion libexec/rpc.rusersd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PROG = rpc.rusersd
SRCS = rusersd.c rusers_proc.c
MAN8 = rpc.rusersd.8

DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
Expand Down
1 change: 0 additions & 1 deletion libexec/rpc.rwalld/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PROG = rpc.rwalld
SRCS = rwalld.c
MAN8 = rpc.rwalld.8

DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
Expand Down
1 change: 0 additions & 1 deletion libexec/rpc.sprayd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

PROG = rpc.sprayd
SRCS = sprayd.c
MAN8 = rpc.sprayd.8

DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
Expand Down
1 change: 0 additions & 1 deletion libexec/rshd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

PROG= rshd
SRCS= rshd.c
MAN8= rshd.8

#CFLAGS+= -DCRYPT

Expand Down
1 change: 0 additions & 1 deletion libexec/smrsh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail

PROG= smrsh
SRCS= smrsh.c
MAN8= smrsh.8
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include

.if exists(${.OBJDIR}/../../lib/libsmutil)
Expand Down
1 change: 0 additions & 1 deletion libexec/telnetd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap -ltelnet
MAN8= telnetd.8

.include <bsd.prog.mk>
1 change: 0 additions & 1 deletion libexec/tftpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PROG= tftpd
SRCS= tftpd.c tftpsubs.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN8= tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp

Expand Down
1 change: 0 additions & 1 deletion libexec/uucpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

PROG= uucpd
MAN8= uucpd.8
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}
.include <bsd.prog.mk>
2 changes: 0 additions & 2 deletions libexec/xtend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
DPADD= ${LIBUTIL}
LDADD= -lutil

MAN8= xtend.8

.include <bsd.prog.mk>
2 changes: 0 additions & 2 deletions libexec/ypxfr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ GENSRCS=yp.h yp_clnt.c ypxfr_clnt.c

.PATH: ${.CURDIR}/../../usr.sbin/ypserv

MAN8= ypxfr.8

CFLAGS+= -I.
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
Expand Down

0 comments on commit 020ee2d

Please sign in to comment.