diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:27:25 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 06:27:25 +0000 |
commit | 3491fdaeb0f9a50d0faa6ac928fcac16fc2f6c4e (patch) | |
tree | fdbf203fce427f14b1dedcb98263d5b04afa7a0f /sbin | |
parent | 3ef6a10b70b71349ad675e88a973cf0aa13d1c6c (diff) | |
download | src-test2-3491fdaeb0f9a50d0faa6ac928fcac16fc2f6c4e.tar.gz src-test2-3491fdaeb0f9a50d0faa6ac928fcac16fc2f6c4e.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/reboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index f4e1a55aac87..71f0bdfb3f7e 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -7,7 +7,7 @@ MAN8= reboot.0 boot_hp300.0 boot_i386.0 boot_sparc.0 boot_tahoe.0 boot_vax.0 MLINKS= reboot.8 halt.8 LINKS= ${BINDIR}/reboot ${BINDIR}/halt -afterinstall: +XXXBROKENafterinstall: ${MINSTALL} boot_hp300.0 ${DESTDIR}${MANDIR}8/hp300/boot.0 ${MINSTALL} boot_i386.0 ${DESTDIR}${MANDIR}8/i386/boot.0 ${MINSTALL} boot_sparc.0 ${DESTDIR}${MANDIR}8/sparc/boot.0 |