summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitf10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch)
tree5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/atm
parent56b5d7535b94f68324d688401270d40f3779f0aa (diff)
downloadFreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip
FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/atm')
-rw-r--r--usr.sbin/atm/Makefile.inc2
-rw-r--r--usr.sbin/atm/atmarpd/Makefile1
-rw-r--r--usr.sbin/atm/scspd/Makefile1
3 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/atm/Makefile.inc b/usr.sbin/atm/Makefile.inc
index 2a0f3f6..dece109 100644
--- a/usr.sbin/atm/Makefile.inc
+++ b/usr.sbin/atm/Makefile.inc
@@ -27,4 +27,4 @@
#
#
-BINDIR?= /usr/sbin
+.include "../Makefile.inc"
diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile
index ebe4056..1f96f75 100644
--- a/usr.sbin/atm/atmarpd/Makefile
+++ b/usr.sbin/atm/atmarpd/Makefile
@@ -30,7 +30,6 @@
PROG= atmarpd
SRCS= atmarpd.c atmarp_config.c atmarp_log.c atmarp_scsp.c \
atmarp_subr.c atmarp_timer.c
-MAN8= atmarpd.8
CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm -lmd
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile
index 3891c50..1fde8cf 100644
--- a/usr.sbin/atm/scspd/Makefile
+++ b/usr.sbin/atm/scspd/Makefile
@@ -33,7 +33,6 @@ SRCS= scspd.c scsp_cafsm.c scsp_config.c scsp_config_lex.c \
scsp_hfsm.c scsp_if.c scsp_input.c scsp_log.c scsp_msg.c \
scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c \
scsp_timer.c
-MAN8= scspd.8
CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR}
LDADD+= -latm -lmd
OpenPOWER on IntegriCloud