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/reboot | |
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/reboot')
-rw-r--r-- | sbin/reboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index a3ebbcc..486d880 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,9 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil -MAN8= reboot.8 boot_i386.8 +MAN= reboot.8 boot_i386.8 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8 ARCH!= uname -m |