diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
commit | 345e52e74228df732bb0c9732aca0fc0404c360d (patch) | |
tree | af350d25e2ec9e4d642eb03ff7d075eeb0aaa193 /usr.sbin/atm | |
parent | 0a5779d45bf5cbb474e004524b8788e796db914c (diff) | |
download | src-test2-345e52e74228df732bb0c9732aca0fc0404c360d.tar.gz src-test2-345e52e74228df732bb0c9732aca0fc0404c360d.zip |
Notes
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 1f96f75c6dd8..973b59abaedc 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 1fde8cf4b883..7740c2500866 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 |