diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch) | |
tree | 4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/atm | |
parent | fe655281c5aaa0c4feb637ba0199f869ba84a78b (diff) | |
download | src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.tar.gz src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.zip |
Notes
Diffstat (limited to 'usr.sbin/atm')
-rw-r--r-- | usr.sbin/atm/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/atm/atmarpd/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/atm/scspd/Makefile | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/atm/Makefile.inc b/usr.sbin/atm/Makefile.inc index 2a0f3f62268d..dece1093d7b4 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 ebe4056a27e4..1f96f75c6dd8 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 3891c50d701c..1fde8cf4b883 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 |