diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
commit | 56b5d7535b94f68324d688401270d40f3779f0aa (patch) | |
tree | 5595d1171fe386d2597473f260d7abc50f6f6ff3 /sbin/atm | |
parent | ebd6ae3e698b396be69e6680b62601a931178567 (diff) | |
download | FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.zip FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.tar.gz |
Set the default manual section for sbin/ to 8.
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, 0 insertions, 3 deletions
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index dab4b34..06c5612 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -30,7 +30,6 @@ 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 -MAN8= atm.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 75909df..069cbd3 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -28,7 +28,6 @@ # PROG= fore_dnld -MAN8= 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 bdeb248..8ab1b29 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -28,7 +28,6 @@ # PROG= ilmid -MAN8= ilmid.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm |