mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
06a5a0d916
- install the GNO man page, not the BSD one - place final binary in /usr/bin vice /bin
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $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
|