diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:33:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:33:27 +0000 |
commit | 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (patch) | |
tree | 4c55e88911d04809d49725d75147eb7a9f591bbd /sbin/atm | |
parent | 45d92a4319ace58d340a2d927cce946cca698aff (diff) | |
download | FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.zip FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.tar.gz |
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'sbin/atm')
-rw-r--r-- | sbin/atm/atm/Makefile | 1 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/Makefile | 1 | ||||
-rw-r--r-- | sbin/atm/ilmid/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 06c5612..a3b99d1 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -30,6 +30,7 @@ PROG= atm SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \ atm_set.c atm_show.c atm_subr.c +MAN= atm.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 069cbd3..576a35bf 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -28,6 +28,7 @@ # PROG= fore_dnld +MAN= fore_dnld.8 SRCS= fore_dnld.c pca200e.c CFLAGS+= -I${.CURDIR}/../../../sys diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 8ab1b29..a69f154 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -28,6 +28,7 @@ # PROG= ilmid +MAN= ilmid.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm |