Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/atari/stand/ahdilabel Pull up revision 1.2 (re...



details:   https://anonhg.NetBSD.org/src/rev/808babbfce4d
branches:  netbsd-1-5
changeset: 489304:808babbfce4d
user:      leo <leo%NetBSD.org@localhost>
date:      Tue Aug 29 07:00:25 2000 +0000

description:
Pull up revision 1.2 (requested by leo, approved by thorpej)
Log message:
   Need to specify BINDIR or the executable ends up in /

diffstat:

 sys/arch/atari/stand/ahdilabel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fc0b8f9a705 -r 808babbfce4d sys/arch/atari/stand/ahdilabel/Makefile
--- a/sys/arch/atari/stand/ahdilabel/Makefile   Tue Aug 29 06:48:25 2000 +0000
+++ b/sys/arch/atari/stand/ahdilabel/Makefile   Tue Aug 29 07:00:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.1.1.2.2 2000/08/14 07:59:58 leo Exp $
+#      $NetBSD: Makefile,v 1.1.1.1.2.3 2000/08/29 07:00:25 leo Exp $
 
 PROG=  ahdilabel
 SRCS=  ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
@@ -6,6 +6,7 @@
 
 MAN=   ahdilabel.8
 MANSUBDIR=     /atari
+BINDIR=        /sbin
 
 WARNS= 1
 



Home | Main Index | Thread Index | Old Index