Makefile:

- install the GNO man page, not the BSD one
	- place final binary in /usr/bin vice /bin
This commit is contained in:
gdr-ftp 1998-03-08 17:51:04 +00:00
parent e44027ef07
commit 06a5a0d916
1 changed files with 3 additions and 1 deletions

View File

@ -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