From afd506414eebce28d614a4695ce243499d0139bc Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:42:20 +0000 Subject: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. --- usr.sbin/dpt/dpt_ctlinfo/Makefile | 1 + usr.sbin/dpt/dpt_ctls/Makefile | 1 + usr.sbin/dpt/dpt_dm/Makefile | 1 + usr.sbin/dpt/dpt_led/Makefile | 1 + usr.sbin/dpt/dpt_sig/Makefile | 1 + usr.sbin/dpt/dpt_softc/Makefile | 1 + usr.sbin/dpt/dpt_sysinfo/Makefile | 1 + 7 files changed, 7 insertions(+) (limited to 'usr.sbin/dpt') diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile index 59b42af..c4b05c2 100644 --- a/usr.sbin/dpt/dpt_ctlinfo/Makefile +++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_ctlinfo +MAN= dpt_ctlinfo.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile index 03d3f26..c29ddb2 100644 --- a/usr.sbin/dpt/dpt_ctls/Makefile +++ b/usr.sbin/dpt/dpt_ctls/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_ctls +MAN= dpt_ctls.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile index a4dbe5f..a026ae5 100644 --- a/usr.sbin/dpt/dpt_dm/Makefile +++ b/usr.sbin/dpt/dpt_dm/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_dm +MAN= dpt_dm.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile index d709f25..e147258 100644 --- a/usr.sbin/dpt/dpt_led/Makefile +++ b/usr.sbin/dpt/dpt_led/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_led +MAN= dpt_led.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile index 6d29c56..1a1039e 100644 --- a/usr.sbin/dpt/dpt_sig/Makefile +++ b/usr.sbin/dpt/dpt_sig/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_sig +MAN= dpt_sig.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile index a21215f..4a7e1ad 100644 --- a/usr.sbin/dpt/dpt_softc/Makefile +++ b/usr.sbin/dpt/dpt_softc/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_softc +MAN= dpt_softc.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile index 7c8e431..a116adf 100644 --- a/usr.sbin/dpt/dpt_sysinfo/Makefile +++ b/usr.sbin/dpt/dpt_sysinfo/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= dpt_sysinfo +MAN= dpt_sysinfo.8 CFLAGS+=-Wall -I${.CURDIR}/../../../sys BINMODE=500 -- cgit v1.1