diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 10:25:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 10:25:38 +0000 |
commit | 07538a2077c8e580f21f7c3f3c26e5dc2be15a60 (patch) | |
tree | d21bf0a4e34678dfd135a95689f686d506d5e205 /sbin/reboot/Makefile | |
parent | a2456506f6fd1d480e0191da10b3bb74823c9d59 (diff) |
sync to 0722
Diffstat (limited to 'sbin/reboot/Makefile')
-rw-r--r-- | sbin/reboot/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index 901d5893f47..a388274b174 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:05 deraadt Exp $ -# $NetBSD: Makefile,v 1.10 1995/08/08 20:46:21 gwr Exp $ +# $OpenBSD: Makefile,v 1.3 1996/07/27 10:25:36 deraadt Exp $ +# $NetBSD: Makefile,v 1.10.6.2 1996/06/28 17:28:07 jtc Exp $ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil -MAN= reboot.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 boot_pmax.8 \ - boot_sparc.8 boot_sun3.8 boot_tahoe.8 boot_vax.8 +MAN= reboot.8 boot_atari.8 boot_hp300.8 boot_i386.8 boot_mac68k.8 \ + boot_pmax.8 boot_sparc.8 boot_sun3.8 boot_tahoe.8 boot_vax.8 \ + boot_x68k.8 MLINKS= reboot.8 halt.8 LINKS= ${BINDIR}/reboot ${BINDIR}/halt |