diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
commit | afd506414eebce28d614a4695ce243499d0139bc (patch) | |
tree | b29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/atm | |
parent | 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff) | |
download | FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz |
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'usr.sbin/atm')
-rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/atm/scspd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/atm/atmarpd/Makefile b/usr.sbin/atm/atmarpd/Makefile index 1f96f75..973b59a 100644 --- a/usr.sbin/atm/atmarpd/Makefile +++ b/usr.sbin/atm/atmarpd/Makefile @@ -30,6 +30,7 @@ PROG= atmarpd SRCS= atmarpd.c atmarp_config.c atmarp_log.c atmarp_scsp.c \ atmarp_subr.c atmarp_timer.c +MAN= atmarpd.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm -lmd diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index 1fde8cf..7740c25 100644 --- a/usr.sbin/atm/scspd/Makefile +++ b/usr.sbin/atm/scspd/Makefile @@ -33,6 +33,7 @@ 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 +MAN= scspd.8 CFLAGS+= -I. -I${.CURDIR}/../../../sys -I${.CURDIR} LDADD+= -latm -lmd |