From 06a5a0d91696a5ae4e654e9437c50fe52d3e9edc Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Sun, 8 Mar 1998 17:51:04 +0000 Subject: [PATCH] Makefile: - install the GNO man page, not the BSD one - place final binary in /usr/bin vice /bin --- usr.bin/who/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile index 395978d..bc55acf 100644 --- a/usr.bin/who/Makefile +++ b/usr.bin/who/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1998/01/25 23:36:25 taubert Exp $ +# $Id: Makefile,v 1.4 1998/03/08 17:51:04 gdr-ftp Exp $ PROG= who +BINDIR = /usr/bin +HAS_BSD_MANPAGE = true .INCLUDE: /src/gno/prog.mk