From 6d453091847d668d7b141bb32aa83320c9b534df Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Wed, 11 Mar 1998 03:04:57 +0000 Subject: [PATCH] Makefile: - install to /usr/bin vice /bin --- usr.bin/last/Makefile | 3 ++- usr.bin/login/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 87b2a3c..e79be23 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.1 1998/02/09 08:58:47 taubert Exp $ +# $Id: Makefile,v 1.2 1998/03/11 03:03:23 gdr-ftp Exp $ PROG= last +BINDIR = /usr/bin .INCLUDE: /src/gno/prog.mk diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 652d9bb..3e0f2e0 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.1 1998/02/09 08:19:19 taubert Exp $ +# $Id: Makefile,v 1.2 1998/03/11 03:04:57 gdr-ftp Exp $ PROG= login MAN1= login.1 @@ -33,5 +33,6 @@ INSTALLFLAGS=-fschg DEBUG= 25 OPTIMIZE=79 STACK= 768 +BINDIR = /usr/sbin .INCLUDE: /src/gno/prog.mk